another variable overlooked
ckaotik [05-22-10 - 21:20]
another variable overlooked
diff --git a/core.lua b/core.lua
index 94c3852..212d197 100644
--- a/core.lua
+++ b/core.lua
@@ -600,6 +600,7 @@ function BrokerGarbage:Delete(item, position)
BG_GlobalDB.moneyLostByDeleting = BG_GlobalDB.moneyLostByDeleting + itemValue
BG_LocalDB.moneyLostByDeleting = BG_LocalDB.moneyLostByDeleting + itemValue
+ local _, itemLink = GetItemInfo(itemID)
BrokerGarbage:Print(format(BrokerGarbage.locale.itemDeleted, itemLink, itemCount))
end