Prechádzať zdrojové kódy

Fix identifier format

Ivan Savenko 2 rokov pred
rodič
commit
e0842d416c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)