From a313cc01274a717f3f825df1c9457578ed70d5d3 Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Wed, 7 Nov 2018 10:02:27 +0300 Subject: [PATCH] Fixed https://bugs.vcmi.eu/view.php?id=3017 --- config/heroClasses.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/heroClasses.json b/config/heroClasses.json index 00d23807a..103931da2 100644 --- a/config/heroClasses.json +++ b/config/heroClasses.json @@ -106,7 +106,7 @@ "defaultTavern" : 5, "affinity" : "might", "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" } } }, "overlord" : @@ -116,7 +116,7 @@ "defaultTavern" : 5, "affinity" : "magic", "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" } } }, "barbarian" :