mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
Secondary skills strings are now passed through translator
This commit is contained in:
@ -133,7 +133,7 @@ void MetaString::getLocalString(const std::pair<ui8,ui32> &txt, std::string &dst
|
||||
}
|
||||
else if(type == SEC_SKILL_NAME)
|
||||
{
|
||||
dst = VLC->skillh->skillName(ser);
|
||||
dst = VLC->skillh->getByIndex(ser)->getNameTranslated();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user