mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Fix typo
This commit is contained in:
parent
fd17133da3
commit
18f9d29fd2
@ -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…
x
Reference in New Issue
Block a user