Merge branch 'auras-work' of https://github.com/ElvUI-Vanilla/ElvUI into auras-work

This commit is contained in:
Bunny67
2018-06-07 17:12:53 +03:00
17 changed files with 983 additions and 185 deletions
+2 -2
View File
@@ -487,10 +487,10 @@ function UF:UpdateDebuffsHeaderPosition()
if numBuffs == 0 then
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
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