From 71d4b9d5b064c91c333fc305e6c9fb29f479d039 Mon Sep 17 00:00:00 2001 From: MilleXIV Date: Sun, 28 Aug 2016 16:09:36 -0400 Subject: [PATCH] Comment out artifact stuff for release --- modules/talent.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/talent.lua b/modules/talent.lua index 959b610..6a2a4bb 100644 --- a/modules/talent.lua +++ b/modules/talent.lua @@ -55,7 +55,8 @@ function TalentModule:Refresh() if self.talentFrame == nil then return; end if not db.modules.talent.enabled then return; end - local artifactId = self.LAD:GetActiveArtifactID() or 0 + local artifactId = 0 + --local artifactId = self.LAD:GetActiveArtifactID() or 0 self.currentSpecID = GetSpecialization() self.currentLootSpecID = GetLootSpecialization() -- 1.7.9.5