Mercurial > wow > itemauditor
diff 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 |
line wrap: on
line diff
--- a/Core.lua Fri Aug 06 05:59:29 2010 -0700 +++ b/Core.lua Sat Aug 07 11:16:21 2010 -0700 @@ -75,6 +75,8 @@ LibStub("AceConfig-3.0"):RegisterOptionsTable("ItemAuditor", ItemAuditor.Options, {"ia"}) ItemAuditor:RegisterFrame(ItemAuditor_DebugFrame) + LibStub("AceConsole-3.0"):RegisterChatCommand('rl', ReloadUI) + --@debug@ -- ItemAuditor_DebugFrame:Show() -- self:CreateFrame('tab_crafting')