aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Loot/LootMgr.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/game/Loot/LootMgr.cpp b/src/server/game/Loot/LootMgr.cpp
index b7524f4d907..0520392461f 100755
--- a/src/server/game/Loot/LootMgr.cpp
+++ b/src/server/game/Loot/LootMgr.cpp
@@ -913,10 +913,7 @@ ByteBuffer& operator<<(ByteBuffer& b, LootView const& lv)
case GROUP_PERMISSION:
case ROUND_ROBIN_PERMISSION:
if (!item.is_blocked)
- {
b << uint8(LOOT_SLOT_TYPE_ALLOW_LOOT);
- item.is_blocked = true;
- }
else
b << uint8(LOOT_SLOT_TYPE_ROLL_ONGOING);
break;
@@ -972,10 +969,7 @@ ByteBuffer& operator<<(ByteBuffer& b, LootView const& lv)
case GROUP_PERMISSION:
case ROUND_ROBIN_PERMISSION:
if (!item.is_blocked)
- {
b << uint8(LOOT_SLOT_TYPE_ALLOW_LOOT);
- item.is_blocked = true;
- }
else
b << uint8(LOOT_SLOT_TYPE_ROLL_ONGOING);
break;