Compare commits
2 Commits
v1.19
...
v1.19-hotf
Author | SHA1 | Date | |
---|---|---|---|
31360bf695 | |||
599fde6581 |
@ -257,7 +257,9 @@ function Healthbar:ENEMY_SPOTTED(unit)
|
|||||||
healthBar.nameText:SetText(button.name)
|
healthBar.nameText:SetText(button.name)
|
||||||
end
|
end
|
||||||
|
|
||||||
healthBar.hp:SetStatusBarColor(RAID_CLASS_COLORS[button.class].r, RAID_CLASS_COLORS[button.class].g, RAID_CLASS_COLORS[button.class].b, 1)
|
if button.class then
|
||||||
|
healthBar.hp:SetStatusBarColor(RAID_CLASS_COLORS[button.class].r, RAID_CLASS_COLORS[button.class].g, RAID_CLASS_COLORS[button.class].b, 1)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function Healthbar:UNIT_HEALTH(unit, health, healthMax)
|
function Healthbar:UNIT_HEALTH(unit, health, healthMax)
|
||||||
|
@ -64,6 +64,7 @@ The goal is to make Gladdy highly configurable in it's appearance. Everything ca
|
|||||||
|
|
||||||
### v1.19-Beta
|
### v1.19-Beta
|
||||||
- fix gladdy frames not showing v2
|
- fix gladdy frames not showing v2
|
||||||
|
- minor bug fixes
|
||||||
|
|
||||||
### v1.18-Beta
|
### v1.18-Beta
|
||||||
- castbar font now working properly
|
- castbar font now working properly
|
||||||
|
Reference in New Issue
Block a user