mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix identifier format
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user