- added a configurable RunicPower color to the player, target, and tot mana bars

- made runic power behave like energy and rage for the "low threshold" flashing behavior
This commit is contained in:
Parnic
2009-02-26 03:57:33 +00:00
parent 2dba044681
commit 429fa4858e
4 changed files with 11 additions and 2 deletions

View File

@ -68,7 +68,7 @@ function IceUnitBar.prototype:GetOptions()
{
type = 'range',
name = '|cff22bb22Low Threshold|r',
desc = 'Threshold of pulsing the bar (0 means never) (for player applies only to mana, not rage/energy)',
desc = 'Threshold of pulsing the bar (0 means never) (for player applies only to mana, not rage/energy/runic power)',
get = function()
return self.moduleSettings.lowThreshold
end,