- fixed pet health to be colored properly whenever the "color bar by health %" option is checked

This commit is contained in:
Parnic
2010-04-24 14:11:56 +00:00
parent 0605c66f6c
commit 228111204a

View File

@ -101,7 +101,7 @@ function PetHealth.prototype:Update(unit)
color = "PetHealthUnhappy"
end
if (self.moduleSettings.scaleColor) then
if (self.moduleSettings.scaleHealthColor) then
color = "ScaledHealthColor"
end