Quantcast

oops. forgot to autosell gray items. fixed.

ckaotik [05-21-10 - 09:20]
oops. forgot to autosell gray items. fixed.
Filename
core.lua
diff --git a/core.lua b/core.lua
index d3c050a..f23b88c 100644
--- a/core.lua
+++ b/core.lua
@@ -785,6 +785,10 @@ function BrokerGarbage:AutoSell()

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

 					-- Actual Selling