From e01ae318247c681212df10cec7d224d473fddb61 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 7 May 2007 23:45:27 +0000 Subject: [PATCH] * Mana bars should now come back from "grey" after death --- PerfectRaid.lua | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.9.5