mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Fix typo
This commit is contained in:
parent
77f177adc7
commit
9730b24214
@ -1111,7 +1111,7 @@ std::string CGHeroInstance::getClassNameTextID() const
|
||||
{
|
||||
if (isCampaignGem())
|
||||
return "core.genrltxt.735";
|
||||
return type->heroClass->getNameTranslated();
|
||||
return type->heroClass->getNameTextID();
|
||||
}
|
||||
|
||||
std::string CGHeroInstance::getNameTextID() const
|
||||
|
Loading…
Reference in New Issue
Block a user