diff options
Diffstat (limited to 'src/game/LootHandler.cpp')
-rw-r--r-- | src/game/LootHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/LootHandler.cpp b/src/game/LootHandler.cpp index 438b3922cb6..9c04baa6716 100644 --- a/src/game/LootHandler.cpp +++ b/src/game/LootHandler.cpp @@ -514,3 +514,4 @@ void WorldSession::HandleLootMasterGiveOpcode( WorldPacket & recv_data ) pLoot->NotifyItemRemoved(slotid); --pLoot->unlootedCount; } + |