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