1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00
This commit is contained in:
Ivan Savenko 2024-02-06 16:36:57 +02:00
parent fd17133da3
commit 18f9d29fd2

View File

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