Merge pull request #4992 from IvanSavenko/dungeon_heroes_fix

Fix swapped Overlord and Warlock models on adventure map
This commit is contained in:
Ivan Savenko
2024-11-27 16:42:14 +02:00
committed by GitHub
+2 -2
View File
@@ -106,7 +106,7 @@
"defaultTavern" : 5,
"affinity" : "might",
"commander" : "medusaQueen",
"mapObject" : { "templates" : { "default" : { "animation" : "AH11_.def", "editorAnimation": "AH11_E.def" } } },
"mapObject" : { "templates" : { "default" : { "animation" : "AH10_.def", "editorAnimation": "AH10_E.def" } } },
"animation": { "battle" : { "male" : "CH010.DEF", "female" : "CH11.DEF" } }
},
"warlock" :
@@ -116,7 +116,7 @@
"defaultTavern" : 5,
"affinity" : "magic",
"commander" : "medusaQueen",
"mapObject" : { "templates" : { "default" : { "animation" : "AH10_.def", "editorAnimation": "AH10_E.def" } } },
"mapObject" : { "templates" : { "default" : { "animation" : "AH11_.def", "editorAnimation": "AH11_E.def" } } },
"animation": { "battle" : { "male" : "CH010.DEF", "female" : "CH11.DEF" } }
},
"barbarian" :