One more attempt to fix free talent points amount

This commit is contained in:
tomrus88 2009-03-05 17:14:51 +03:00
parent ef65518690
commit 2884b06b0a
4 changed files with 39 additions and 23 deletions

View file

@ -693,7 +693,7 @@ void WorldSession::HandleLearnPreviewTalentsPet( WorldPacket & recv_data )
recv_data >> talentId >> talentRank;
_player->LearnPetTalent(guid, talentId, talentRank, true);
_player->LearnPetTalent(guid, talentId, talentRank);
}
_player->SendTalentsInfoData(true);