From 88eb6c5f6049b7088a1be40411fc2ddd87128c89 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Fri, 21 May 2010 18:50:37 +0200 Subject: [PATCH] stupid. --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5