diff Core.lua @ 93:693f664aad2b

Added '/ia snatch'. This new command works with your queue (/ia crafting) to replace your snatch list with the materials you need for crafting. NOTE: Auctioneer requires visiting the AH before you can modify the snatch list.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Wed, 11 Aug 2010 22:16:59 -0700
parents fab2c4341602
children b29441cd130d
line wrap: on
line diff
--- a/Core.lua	Wed Aug 11 21:09:59 2010 -0700
+++ b/Core.lua	Wed Aug 11 22:16:59 2010 -0700
@@ -87,7 +87,7 @@
 		-- ItemAuditor_DebugFrame:Show()
 		-- self:CreateFrame('tab_crafting')
 		self:RegisterEvent("TRADE_SKILL_SHOW", function()
-			ItemAuditor:CreateFrame('tab_crafting')
+			ItemAuditor:DisplayCrafting()
 		end)
 	--@end-debug@
 end