mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
[8421] Propertly skip unused data in CMSG_LOOT_RELEASE for avoid warning spam. Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user