From c37ea8a855279da45385b3f9fe1bf74f7bf383d1 Mon Sep 17 00:00:00 2001 From: MilleXIV Date: Mon, 5 Sep 2016 09:51:44 -0400 Subject: [PATCH] Re-enable artifacts --- modules/talent.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/talent.lua b/modules/talent.lua index 92a0a91..f18fb7e 100644 --- a/modules/talent.lua +++ b/modules/talent.lua @@ -57,8 +57,8 @@ function TalentModule:Refresh() if self.talentFrame == nil then return; end if not db.modules.talent.enabled then return; end - local artifactId = 0 - --local artifactId = self.LAD:GetActiveArtifactID() or 0 + --local artifactId = 0 + local artifactId = self.LAD:GetActiveArtifactID() or 0 self.currentSpecID = GetSpecialization() self.currentLootSpecID = GetLootSpecialization() @@ -137,7 +137,7 @@ function TalentModule:Refresh() end function TalentModule:UpdateArtifactBar(artifactId) - if true then return; end + --if true then return; end local _, artifactData = self.LAD:GetArtifactInfo(artifactId) self.specBar:SetMinMaxValues(0, artifactData.maxPower) self.specBar:SetValue(artifactData.power) -- 1.7.9.5