comparison Core.lua @ 86:8d5ad3b71f6f

Removed references to Skillet in core functionality. Skillet really should be optional.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sat, 07 Aug 2010 11:16:21 -0700
parents 210bcf218509
children 26f45b6e8d4d
comparison
equal deleted inserted replaced
85:a425f8345087 86:8d5ad3b71f6f
72 72
73 self.optionsFrame = LibStub("AceConfigDialog-3.0"):AddToBlizOptions("ItemAuditor", "ItemAuditor") 73 self.optionsFrame = LibStub("AceConfigDialog-3.0"):AddToBlizOptions("ItemAuditor", "ItemAuditor")
74 74
75 LibStub("AceConfig-3.0"):RegisterOptionsTable("ItemAuditor", ItemAuditor.Options, {"ia"}) 75 LibStub("AceConfig-3.0"):RegisterOptionsTable("ItemAuditor", ItemAuditor.Options, {"ia"})
76 ItemAuditor:RegisterFrame(ItemAuditor_DebugFrame) 76 ItemAuditor:RegisterFrame(ItemAuditor_DebugFrame)
77
78 LibStub("AceConsole-3.0"):RegisterChatCommand('rl', ReloadUI)
77 79
78 --@debug@ 80 --@debug@
79 -- ItemAuditor_DebugFrame:Show() 81 -- ItemAuditor_DebugFrame:Show()
80 -- self:CreateFrame('tab_crafting') 82 -- self:CreateFrame('tab_crafting')
81 self:RegisterEvent("TRADE_SKILL_SHOW", function() 83 self:RegisterEvent("TRADE_SKILL_SHOW", function()