mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Remove the offending line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user