Remove the offending line

This commit is contained in:
Logan Payton
2018-05-30 22:28:38 -04:00
parent 97c5248058
commit 6c9e53278c
+1 -2
View File
@@ -370,8 +370,7 @@ end
local function Enable(self)
if self.AuraBars then
self:RegisterEvent("PLAYER_AURAS_CHANGED")
self:SetScript("OnEvent", function() Update(self, event, "player") end)
self:RegisterEvent("PLAYER_AURAS_CHANGED", Update)
self.AuraBars:SetHeight(1)
self.AuraBars.bars = self.AuraBars.bars or {}
self.AuraBars.SetAnchors = SetAnchors