comparison 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
comparison
equal deleted inserted replaced
111:1cb0027da35c 112:619ee0a1ff3b
98 end 98 end
99 99
100 self.db.char.crafting_threshold = nil 100 self.db.char.crafting_threshold = nil
101 end 101 end
102 102
103 ItemAuditor:IsQACompatible()
104
103 --@debug@ 105 --@debug@
104 -- ItemAuditor_DebugFrame:Show() 106 -- ItemAuditor_DebugFrame:Show()
105 -- self:CreateFrame('tab_crafting') 107 -- self:CreateFrame('tab_crafting')
106 self:RegisterEvent("TRADE_SKILL_SHOW", function() 108 self:RegisterEvent("TRADE_SKILL_SHOW", function()
107 ItemAuditor:DisplayCrafting() 109 ItemAuditor:DisplayCrafting()
505 end 507 end
506 end 508 end
507 509
508 if realLink ~= nil then 510 if realLink ~= nil then
509 ItemAuditor:UpdateQAThreshold(realLink) 511 ItemAuditor:UpdateQAThreshold(realLink)
512 self:SendMessage("IA_COST_CHANGED", realLink, unpack({ItemAuditor:GetItemCost(realLink)}))
510 end 513 end
511 UpdateInvestedData() 514 UpdateInvestedData()
512 end 515 end
513 516
514 517