Mercurial > wow > inventory
comparison Modules/Config.lua @ 89:a12d22ef3f39
AceSerializer has been enabled again as it?s used when exporting/importing groups. All other unused libraries are now really removed.
Adjusted debug function to format only when a debug channel is available.
Fixed moving from guild banks, checking if items are locked is different then with banks.
Now unregistering the item locking event so it doesn?t continue to try to move every time an item is switched after the automated cycle has finished. (geeezus, this description is a total overkill)
Fixed item queueing.
Queue all when there?s a group without any items inside no longer crashes.
Removing cached container data after closing a container.
author | Zerotorescue |
---|---|
date | Fri, 07 Jan 2011 22:19:03 +0100 |
parents | 3bec0ea44607 |
children | 252292b703ce |
comparison
equal
deleted
inserted
replaced
88:f1c035694545 | 89:a12d22ef3f39 |
---|---|
212 -- It's already used in a group, don't show it | 212 -- It's already used in a group, don't show it |
213 ref[itemId] = nil; | 213 ref[itemId] = nil; |
214 end | 214 end |
215 end | 215 end |
216 else | 216 else |
217 addon:Debug("|cffff0000ERROR|r: Couldn't find proper item id for " .. itemLink); | 217 addon:Debug("|cffff0000ERROR|r: Couldn't find proper item id for %s", itemLink); |
218 end | 218 end |
219 end | 219 end |
220 end | 220 end |
221 end | 221 end |
222 end | 222 end |