Quantcast

Comment out artifact stuff for release

MilleXIV [08-28-16 - 20:09]
Comment out artifact stuff for release
Filename
modules/talent.lua
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()