浏览代码

Fix identifier format

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)