diff Core.lua @ 87:26f45b6e8d4d

Removed some debugging code and added some code to prevent ItemAuditor from crashing if debug code gets released.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sun, 08 Aug 2010 07:57:45 -0700
parents 8d5ad3b71f6f
children fab2c4341602
line wrap: on
line diff
--- a/Core.lua	Sat Aug 07 11:16:21 2010 -0700
+++ b/Core.lua	Sun Aug 08 07:57:45 2010 -0700
@@ -4,6 +4,11 @@
 	_G['ItemAuditor'] = ItemAuditor
 --@end-debug@
 
+if not DevTools_Dump then
+	function DevTools_Dump()
+	end
+end
+
 local WHITE		= "|cFFFFFFFF"
 local RED		= "|cFFFF0000"
 local GREEN		= "|cFF00FF00"