Mercurial > wow > itemauditor
diff Core.lua @ 68:2d65db19d3ce
Fixed a bug with the crafting threshold options. Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Wed, 28 Jul 2010 11:37:43 -0700 |
parents | b6c30a5156f9 |
children | 3930518cb8d9 |
line wrap: on
line diff
--- a/Core.lua Wed Jul 28 07:35:14 2010 -0700 +++ b/Core.lua Wed Jul 28 11:37:43 2010 -0700 @@ -71,16 +71,15 @@ self.optionsFrame = LibStub("AceConfigDialog-3.0"):AddToBlizOptions("ItemAuditor", "ItemAuditor") - DevTools_Dump(ItemAuditor.Options); LibStub("AceConfig-3.0"):RegisterOptionsTable("ItemAuditor", ItemAuditor.Options, {"ia"}) ItemAuditor:RegisterFrame(ItemAuditor_DebugFrame) --@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