mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fixed golems' level
Gold and Diamond golems' level changed from 4 and 5 to 5 and 6. https://heroes.thelazy.net/index.php/Diamond_Golem and some other source I found state that the ones from that PR are correct
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"goldGolem" :
|
||||
{
|
||||
"index": 116,
|
||||
"level": 4,
|
||||
"level": 5,
|
||||
"faction": "neutral",
|
||||
"abilities":
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"diamondGolem" :
|
||||
{
|
||||
"index": 117,
|
||||
"level": 5,
|
||||
"level": 6,
|
||||
"faction": "neutral",
|
||||
"abilities":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user