diff Core.lua @ 74:71de6e86a1a4 release 2010-07-29

Fixed a bug where tradeskill that don't produce items, like Inscription Research, cause IA to crash. Added some API enhancements. Added ArkInventory as an optional dependency so it will be loaded before IA.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 29 Jul 2010 22:33:50 -0700
parents 8e9beb8a0330
children 19609b3af2d7
line wrap: on
line diff
--- a/Core.lua	Thu Jul 29 22:29:47 2010 -0700
+++ b/Core.lua	Thu Jul 29 22:33:50 2010 -0700
@@ -78,9 +78,9 @@
 	--@debug@
 		-- ItemAuditor_DebugFrame:Show()
 		-- self:CreateFrame('tab_crafting')
---		self:RegisterEvent("TRADE_SKILL_SHOW", function()
---			ItemAuditor:CreateFrame('tab_crafting')
---		end)
+		self:RegisterEvent("TRADE_SKILL_SHOW", function()
+			ItemAuditor:CreateFrame('tab_crafting')
+		end)
 	--@end-debug@
 end