mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -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"
|
||||
end
|
||||
|
||||
if (self.moduleSettings.scaleColor) then
|
||||
if (self.moduleSettings.scaleHealthColor) then
|
||||
color = "ScaledHealthColor"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user