I fixed that. Sure did. Then why did it not upload properly...
ckaotik [05-23-10 - 10:32]
I fixed that. Sure did. Then why did it not upload properly...
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