|
|
|
@ -747,6 +747,12 @@ restartLoop:
|
|
|
|
|
str = CEntityCL::removeTitleFromName(str);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// if the string contains a special rename of creature, remove it
|
|
|
|
|
if (str.size() > 2 && str[0] == '<' && str[1] == '#')
|
|
|
|
|
{
|
|
|
|
|
str = str.substr(2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// append this string
|
|
|
|
|
temp.append(move, src+param.ReplacementPoint);
|
|
|
|
|
temp += str;
|
|
|
|
|