Just a few renames.

This commit is contained in:
tomrus88 2009-05-09 16:01:31 +04:00
parent b5548f9f12
commit 5e26a2a152
22 changed files with 318 additions and 313 deletions

View file

@ -20029,9 +20029,6 @@ void Player::BuildPetTalentsInfoData(WorldPacket *data)
void Player::SendTalentsInfoData(bool pet)
{
if(GetSession()->PlayerLoading())
return;
WorldPacket data(SMSG_TALENTS_INFO, 50);
data << uint8(pet ? 1 : 0);
if(pet)