Mercurial > wow > itemauditor
diff Core.lua @ 112:619ee0a1ff3b
[mq]: QAManagerIntegration
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Wed, 01 Sep 2010 23:21:44 -0700 |
parents | 1cb0027da35c |
children | d94195157a6b |
line wrap: on
line diff
--- a/Core.lua Mon Aug 30 19:52:41 2010 -0700 +++ b/Core.lua Wed Sep 01 23:21:44 2010 -0700 @@ -100,6 +100,8 @@ self.db.char.crafting_threshold = nil end + ItemAuditor:IsQACompatible() + --@debug@ -- ItemAuditor_DebugFrame:Show() -- self:CreateFrame('tab_crafting') @@ -507,6 +509,7 @@ if realLink ~= nil then ItemAuditor:UpdateQAThreshold(realLink) + self:SendMessage("IA_COST_CHANGED", realLink, unpack({ItemAuditor:GetItemCost(realLink)})) end UpdateInvestedData() end