Merge branch 'ark'

feature/prepare-cross-merge
Nuno 4 years ago committed by kaetemi
parent bf4ccacec6
commit e3b030b823
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -7811,7 +7811,7 @@ void CCharacter::setAnimalTitle(uint8 petIndex, string title)
name = name.substr(0, name.find('$')); name = name.substr(0, name.find('$'));
} }
ucstring customName; ucstring customName;
customName.fromUtf8(name+"$"+title) customName.fromUtf8(name+"$"+title);
animal.setCustomName(customName); animal.setCustomName(customName);
sendPetCustomNameToClient(petIndex); sendPetCustomNameToClient(petIndex);

Loading…
Cancel
Save