- updated the incoming heal bar to use the correct color

This commit is contained in:
Parnic
2009-10-17 02:29:41 +00:00
parent e824ce4857
commit 2ac8d4d246

View File

@ -745,7 +745,7 @@ function PlayerHealth.prototype:CreateHealBar()
self.healFrame.bar:SetAllPoints(self.frame)
self.healFrame:SetStatusBarTexture(self.healFrame.bar)
self.healFrame:SetStatusBarColor(self:GetColor("PlayerHealthIncomingHeal", self.alpha * self.moduleSettings.healAlpha))
self.healFrame:SetStatusBarColor(self:GetColor("PlayerHealthHealAmount", self.alpha * self.moduleSettings.healAlpha))
self:UpdateBar(1, "undef")