Quantcast

variable name fixed

ckaotik [05-12-10 - 19:37]
variable name fixed
Filename
core.lua
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 = {}