mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed PlayerInfo module misbehaving with temporary weapon enchants
This commit is contained in:
@ -209,8 +209,9 @@ function PlayerInfo.prototype:UpdateBuffs(unit, fromRepeated)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local direction = self.moduleSettings.auras["buff"].growDirection == "Left" and -1 or 1
|
self.frame.buffFrame.iconFrames = self:CreateIconFrames(self.frame.buffFrame,
|
||||||
self.frame.buffFrame.iconFrames = self:CreateIconFrames(self.frame.buffFrame, direction, self.frame.buffFrame.iconFrames, "buff")
|
self.moduleSettings.auras["buff"].growDirection,
|
||||||
|
self.frame.buffFrame.iconFrames, "buff")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user