mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40: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
|
||||
|
||||
local direction = self.moduleSettings.auras["buff"].growDirection == "Left" and -1 or 1
|
||||
self.frame.buffFrame.iconFrames = self:CreateIconFrames(self.frame.buffFrame, direction, self.frame.buffFrame.iconFrames, "buff")
|
||||
self.frame.buffFrame.iconFrames = self:CreateIconFrames(self.frame.buffFrame,
|
||||
self.moduleSettings.auras["buff"].growDirection,
|
||||
self.frame.buffFrame.iconFrames, "buff")
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user