Browse Source

Fix identifier format

Ivan Savenko 2 years ago
parent
commit
e0842d416c
1 changed files with 1 additions and 1 deletions
  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
 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)
 void CHeroClass::updateFrom(const JsonNode & data)