Removed trailing whitespaces

This commit is contained in:
tomrus88 2009-04-03 21:18:58 +04:00
parent 17d86309fa
commit bd06497546
3 changed files with 3 additions and 3 deletions

View file

@ -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);