diff 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
line wrap: on
line diff
--- a/Modules/Config.lua	Fri Jan 07 10:34:38 2011 +0100
+++ b/Modules/Config.lua	Fri Jan 07 22:19:03 2011 +0100
@@ -214,7 +214,7 @@
 						end
 					end
 				else
-					addon:Debug("|cffff0000ERROR|r: Couldn't find proper item id for " .. itemLink);
+					addon:Debug("|cffff0000ERROR|r: Couldn't find proper item id for %s", itemLink);
 				end
 			end
 		end