Ver Fonte

Fix identifier format

Ivan Savenko há 2 anos atrás
pai
commit
e0842d416c
1 ficheiros alterados com 1 adições e 1 exclusões
  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)