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:
parent
27442e2950
commit
e0842d416c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user