From aa7ae0ebb0144737cd4ba15348bfce99e937ea6b Mon Sep 17 00:00:00 2001 From: maximius Date: Wed, 4 Nov 2009 19:18:24 -0800 Subject: *Typo --HG-- branch : trunk --- src/game/LootMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index 8555995b6dd..2fca3981268 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -864,7 +864,7 @@ void LootTemplate::LootGroup::Process(Loot& loot, uint16 lootMode) const if (item != NULL && item->lootmode & lootMode) // only add this item if roll succeeds and the mode matches { for (LootItemList::const_iterator _item = loot.items.begin(); _item != loot.items.end(); ++_item) - if (_item->itemid == i->itemid) + if (_item->itemid == item->itemid) return; // Never add the same item twice loot.AddItem(*item); -- cgit v1.2.3