[8421] Propertly skip unused data in CMSG_LOOT_RELEASE for avoid warning spam. Author: VladimirMangos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-27 19:41:21 -05:00
parent 19c5f4a03a
commit fba8a23b63

View File

@@ -268,8 +268,7 @@ void WorldSession::HandleLootReleaseOpcode( WorldPacket & recv_data )
// cheaters can modify lguid to prevent correct apply loot release code and re-loot
// use internal stored guid
//uint64 lguid;
//recv_data >> lguid;
recv_data.read_skip<uint64>(); // guid;
if(uint64 lguid = GetPlayer()->GetLootGUID())
DoLootRelease(lguid);