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

@ -56,7 +56,7 @@ void WorldSession::HandleLearnPreviewTalents(WorldPacket& recvPacket)
recvPacket >> talentId >> talentRank;
_player->LearnTalent(talentId, talentRank, true);
_player->LearnTalent(talentId, talentRank);
}
_player->SendTalentsInfoData(false);