* Mana bars should now come back from "grey" after death
James Whitehead II [05-07-07 - 23:45]
* Mana bars should now come back from "grey" after death
diff --git a/PerfectRaid.lua b/PerfectRaid.lua
index 5b54fca..bff3f1e 100644
--- a/PerfectRaid.lua
+++ b/PerfectRaid.lua
@@ -421,6 +421,9 @@ function PerfectRaid:UNIT_HEALTH(event, unit)
frame.healthbar:SetStatusBarColor(utils.GetHPSeverity(perc))
end
+ local color = frame.manacolor
+ frame.manabar:SetStatusBarColor(color.r, color.g, color.b)
+
local value = health
if options.reverse then
value = max - health