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 : compatibility-develop
hg/compatibility-develop
ulukyn@gmail.com 7 years ago
parent 370972d860
commit ed8b4282e9

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