mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- fixed pet health to be colored properly whenever the "color bar by health %" option is checked
This commit is contained in:
@ -101,7 +101,7 @@ function PetHealth.prototype:Update(unit)
|
|||||||
color = "PetHealthUnhappy"
|
color = "PetHealthUnhappy"
|
||||||
end
|
end
|
||||||
|
|
||||||
if (self.moduleSettings.scaleColor) then
|
if (self.moduleSettings.scaleHealthColor) then
|
||||||
color = "ScaledHealthColor"
|
color = "ScaledHealthColor"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user