mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Just a few renames.
This commit is contained in:
parent
b5548f9f12
commit
5e26a2a152
22 changed files with 318 additions and 313 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue