1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fix identifier format

This commit is contained in:
Ivan Savenko 2023-01-19 01:45:01 +02:00
parent 27442e2950
commit e0842d416c

View File

@ -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)