mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Removed trailing whitespaces
This commit is contained in:
parent
17d86309fa
commit
bd06497546
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ void WorldSession::HandleLearnPreviewTalents(WorldPacket& recvPacket)
|
|||
for(uint32 i = 0; i < talentsCount; ++i)
|
||||
{
|
||||
CHECK_PACKET_SIZE(recvPacket, recvPacket.rpos()+4+4);
|
||||
|
||||
|
||||
recvPacket >> talentId >> talentRank;
|
||||
|
||||
_player->LearnTalent(talentId, talentRank);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue