aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Group.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Group.cpp b/src/game/Group.cpp
index 1586d787dc3..e877e7acb4c 100644
--- a/src/game/Group.cpp
+++ b/src/game/Group.cpp
@@ -664,9 +664,6 @@ void Group::GroupLoot(Loot *loot, WorldObject* pLootedObject)
if (item->DisenchantID && m_maxEnchantingLevel >= item->RequiredDisenchantSkill)
r->rollVoteMask |= ROLL_FLAG_TYPE_DISENCHANT;
- if (item->Flags2 & ITEM_FLAGS_EXTRA_NEED_ROLL_DISABLED)
- r->rollVoteMask &= ~ROLL_FLAG_TYPE_NEED;
-
loot->items[itemSlot].is_blocked = true;
// If there is any "auto pass", broadcast the pass now.