From cf2cdbaca6d7e4a2ce86b65caae95c520508a5eb Mon Sep 17 00:00:00 2001 From: ckaotik Date: Wed, 12 May 2010 21:37:31 +0200 Subject: [PATCH] variable name fixed --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 61a7343..dd85b25 100644 --- a/core.lua +++ b/core.lua @@ -506,7 +506,7 @@ end -- scans your inventory for possible junk items and updates LDB display function BrokerGarbage:ScanInventory() BrokerGarbage.inventory = {} - BrokerGarbage.sellGear = {} + BrokerGarbage.sellItems = {} BrokerGarbage.unopened = {} local limitedItemsChecked = {} -- 1.7.9.5