Ivan Savenko пре 2 година
родитељ
комит
e0842d416c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/CHeroHandler.cpp

+ 1 - 1
lib/CHeroHandler.cpp

@@ -185,7 +185,7 @@ std::string CHeroClass::getNameTranslated() const
 
 std::string CHeroClass::getNameTextID() const
 {
-	return TextIdentifier("heroClass", modScope, identifier, "specialty", "name").get();
+	return TextIdentifier("heroClass", modScope, identifier, "name").get();
 }
 
 void CHeroClass::updateFrom(const JsonNode & data)