mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
fix typo returning nil in auras
This commit is contained in:
@@ -487,10 +487,10 @@ function UF:UpdateDebuffsHeaderPosition()
|
|||||||
|
|
||||||
if numBuffs == 0 then
|
if numBuffs == 0 then
|
||||||
debuffs:ClearAllPoints()
|
debuffs:ClearAllPoints()
|
||||||
E:Point(debuff, sbuffs.point, buffs.attachTo, buffs.anchorPoint, buffs.xOffset, buffs.yOffset)
|
E:Point(debuffs, buffs.point, buffs.attachTo, buffs.anchorPoint, buffs.xOffset, buffs.yOffset)
|
||||||
else
|
else
|
||||||
debuffs:ClearAllPoints()
|
debuffs:ClearAllPoints()
|
||||||
E:Point(debuff, sdebuffs.point, debuffs.attachTo, debuffs.anchorPoint, debuffs.xOffset, debuffs.yOffset)
|
E:Point(debuffs, debuffs.point, debuffs.attachTo, debuffs.anchorPoint, debuffs.xOffset, debuffs.yOffset)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user