Mercurial > wow > itemauditor
comparison 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 |
comparison
equal
deleted
inserted
replaced
73:cd00b87fad31 | 74:71de6e86a1a4 |
---|---|
76 ItemAuditor:RegisterFrame(ItemAuditor_DebugFrame) | 76 ItemAuditor:RegisterFrame(ItemAuditor_DebugFrame) |
77 | 77 |
78 --@debug@ | 78 --@debug@ |
79 -- ItemAuditor_DebugFrame:Show() | 79 -- ItemAuditor_DebugFrame:Show() |
80 -- self:CreateFrame('tab_crafting') | 80 -- self:CreateFrame('tab_crafting') |
81 -- self:RegisterEvent("TRADE_SKILL_SHOW", function() | 81 self:RegisterEvent("TRADE_SKILL_SHOW", function() |
82 -- ItemAuditor:CreateFrame('tab_crafting') | 82 ItemAuditor:CreateFrame('tab_crafting') |
83 -- end) | 83 end) |
84 --@end-debug@ | 84 --@end-debug@ |
85 end | 85 end |
86 | 86 |
87 | 87 |
88 | 88 |