From 042b50366549f64b9f5d5d0e59f9e7fc934e1b25 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 31 May 2010 14:07:29 +0200 Subject: ITEM_FLAGS_EXTRA_NEED_ROLL_DISABLED should only affect Need before Greed loot method --HG-- branch : trunk --- src/game/Group.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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. -- cgit v1.2.3