mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- increased the min/max vertical offset for bars by request
- fixed a minor typo in the maelstrom counter options - removed extraneous function from the custom bar
This commit is contained in:
@ -213,10 +213,6 @@ function IceCustomBar.prototype:GetBarColor()
|
||||
return self.moduleSettings.barColor.r, self.moduleSettings.barColor.g, self.moduleSettings.barColor.b
|
||||
end
|
||||
|
||||
function IceCustomBar.prototype:CreateFrame()
|
||||
IceCustomBar.super.prototype.CreateFrame(self)
|
||||
end
|
||||
|
||||
-- 'Protected' methods --------------------------------------------------------
|
||||
|
||||
function IceCustomBar.prototype:GetAuraDuration(unitName, buffName)
|
||||
|
Reference in New Issue
Block a user