From c65870fbe853de460efe54183b895a8e179a6f14 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Sun, 23 May 2010 12:32:11 +0200 Subject: [PATCH] I fixed that. Sure did. Then why did it not upload properly... --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 051a8a2..5d95525 100644 --- a/core.lua +++ b/core.lua @@ -635,7 +635,7 @@ function BrokerGarbage:ScanInventoryContainer(container) if item.classification == BrokerGarbage.VENDORLIST or (item.classification == BrokerGarbage.UNUSABLE and BG_GlobalDB.sellNotWearable and item.quality <= BG_GlobalDB.sellNWQualityTreshold) or (BG_GlobalDB.autoSellIncludeItems and item.classification == BrokerGarbage.INCLUDE) or - (item.classification ~= BrokerGarbage.EXCLUDE and item.quality <= BG_GlobalDB.dropQuality) then + (item.classification ~= BrokerGarbage.EXCLUDE and item.quality == 0) then local itemCount = select(2, GetContainerItemInfo(container, slot)) BrokerGarbage.toSellValue[container] = BrokerGarbage.toSellValue[container] + BrokerGarbage:GetCached(itemID).value * itemCount -- 1.7.9.5