[11973] Various Cleanups

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
stfx 2012-04-22 19:41:24 +02:00 committed by Schmoozerd
parent c243c42c3c
commit f3f3349661
50 changed files with 153 additions and 134 deletions

View file

@ -388,7 +388,7 @@ void WorldSession::HandleLootRoll( WorldPacket &recv_data )
ObjectGuid lootedTarget;
uint32 itemSlot;
uint8 rollType;
recv_data >> lootedTarget; //guid of the item rolled
recv_data >> lootedTarget; //guid of the item rolled
recv_data >> itemSlot;
recv_data >> rollType;