Fixed: First try to add translation tags into Bot names and Titles (will help rename of player to be translated and events npcs)

--HG--
branch : patches-from-atys
hg/hotfix/patches-from-atys
ulukyn@gmail.com 7 years ago
parent 99a949b889
commit 4c91c418d4

@ -1625,7 +1625,7 @@ const ucchar *CStringManagerClient::getTitleLocalizedName(const ucstring &titleI
const ucchar *CStringManagerClient::getLocalizedName(const ucstring &text)
{
if (text[0] == '%')
if (text[0] == '[')
{
vector<ucstring> textLocalizations;
ucstring defaultText = ucstring("");

Loading…
Cancel
Save