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('$'));
}
ucstring customName;
customName.fromUtf8(name+"$"+title)
customName.fromUtf8(name+"$"+title);
animal.setCustomName(customName);
sendPetCustomNameToClient(petIndex);

Loading…
Cancel
Save