mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
One more attempt to fix free talent points amount
This commit is contained in:
parent
ef65518690
commit
2884b06b0a
4 changed files with 39 additions and 23 deletions
|
|
@ -56,7 +56,7 @@ void WorldSession::HandleLearnPreviewTalents(WorldPacket& recvPacket)
|
|||
|
||||
recvPacket >> talentId >> talentRank;
|
||||
|
||||
_player->LearnTalent(talentId, talentRank, true);
|
||||
_player->LearnTalent(talentId, talentRank);
|
||||
}
|
||||
|
||||
_player->SendTalentsInfoData(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue