mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
Fix swapped Overlord and Warlock models on adventure map
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
"defaultTavern" : 5,
|
"defaultTavern" : 5,
|
||||||
"affinity" : "might",
|
"affinity" : "might",
|
||||||
"commander" : "medusaQueen",
|
"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" } }
|
"animation": { "battle" : { "male" : "CH010.DEF", "female" : "CH11.DEF" } }
|
||||||
},
|
},
|
||||||
"warlock" :
|
"warlock" :
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
"defaultTavern" : 5,
|
"defaultTavern" : 5,
|
||||||
"affinity" : "magic",
|
"affinity" : "magic",
|
||||||
"commander" : "medusaQueen",
|
"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" } }
|
"animation": { "battle" : { "male" : "CH010.DEF", "female" : "CH11.DEF" } }
|
||||||
},
|
},
|
||||||
"barbarian" :
|
"barbarian" :
|
||||||
|
Reference in New Issue
Block a user