From a36ff3b54d435b978a9556e0ac9f37e052bad750 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Thu, 1 Apr 2010 12:30:32 +0200 Subject: [PATCH] Sell Gear fix for non-autosell users --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 03aec88..b1eb7d3 100644 --- a/core.lua +++ b/core.lua @@ -679,7 +679,7 @@ function BrokerGarbage:ScanInventory() and not BrokerGarbage.usableByClass[BrokerGarbage.playerClass][subClass] and not BrokerGarbage.usableByAll[invType] then -- Sell unusable Gear - isVendor = true + isSell = true force = false value = vendorPrice -- 1.7.9.5