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 = {}