mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Merge branch 'test-unitframes' into auras-work
This commit is contained in:
@@ -370,8 +370,7 @@ end
|
|||||||
|
|
||||||
local function Enable(self)
|
local function Enable(self)
|
||||||
if self.AuraBars then
|
if self.AuraBars then
|
||||||
self:RegisterEvent("PLAYER_AURAS_CHANGED")
|
self:RegisterEvent("PLAYER_AURAS_CHANGED", Update)
|
||||||
self:SetScript("OnEvent", function() Update(self, event, "player") end)
|
|
||||||
self.AuraBars:SetHeight(1)
|
self.AuraBars:SetHeight(1)
|
||||||
self.AuraBars.bars = self.AuraBars.bars or {}
|
self.AuraBars.bars = self.AuraBars.bars or {}
|
||||||
self.AuraBars.SetAnchors = SetAnchors
|
self.AuraBars.SetAnchors = SetAnchors
|
||||||
|
|||||||
Reference in New Issue
Block a user