Quantcast

stupid.

ckaotik [05-21-10 - 16:50]
stupid.
Filename
core.lua
diff --git a/core.lua b/core.lua
index f23b88c..079bfd7 100644
--- a/core.lua
+++ b/core.lua
@@ -786,7 +786,7 @@ function BrokerGarbage:AutoSell()
 					elseif item.classification == BrokerGarbage.VENDORLIST then
 						sell = true

-					elseif item.classification ~= BrokerGarbage.EXCLUDE and item.quality <= BG_GlobalDB.dropQuality then
+					elseif item.classification ~= BrokerGarbage.EXCLUDE and item.quality == 0 then
 						sell = true

 					end