mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-02 23:07:36 +02:00
Fix typo
This commit is contained in:
parent
fd17133da3
commit
18f9d29fd2
@ -1111,7 +1111,7 @@ std::string CGHeroInstance::getClassNameTextID() const
|
|||||||
{
|
{
|
||||||
if (isCampaignGem())
|
if (isCampaignGem())
|
||||||
return "core.genrltxt.735";
|
return "core.genrltxt.735";
|
||||||
return type->heroClass->getNameTranslated();
|
return type->heroClass->getNameTextID();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string CGHeroInstance::getNameTextID() const
|
std::string CGHeroInstance::getNameTextID() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user