mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
All spell texts are now passed through translator
This commit is contained in:
@ -123,7 +123,7 @@ void MetaString::getLocalString(const std::pair<ui8,ui32> &txt, std::string &dst
|
||||
{
|
||||
auto spell = SpellID(ser).toSpell(VLC->spells());
|
||||
if(spell)
|
||||
dst = spell->getName();
|
||||
dst = spell->getNameTranslated();
|
||||
else
|
||||
dst = "#!#";
|
||||
}
|
||||
|
Reference in New Issue
Block a user