From a96a45c2ec1421e1ac5277a28945e53a45351f45 Mon Sep 17 00:00:00 2001 From: MilleXIV Date: Fri, 2 Sep 2016 07:41:01 -0400 Subject: [PATCH] Bug fix --- modules/talent.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/talent.lua b/modules/talent.lua index 420fe6f..20e1469 100644 --- a/modules/talent.lua +++ b/modules/talent.lua @@ -177,7 +177,7 @@ function TalentModule:RegisterFrameEvents() self:RegisterEvent('PLAYER_LOOT_SPEC_UPDATED', 'Refresh') self:RegisterEvent('ARTIFACT_XP_UPDATE', function() - UpdateArtifactBar(self.curArtifactId) + self:UpdateArtifactBar(self.curArtifactId) end) self:RegisterEvent('UNIT_INVENTORY_CHANGED', 'Refresh') -- 1.7.9.5