Merge tag 'v1.19-hotfix' into develop

v1.19-hotfix
This commit is contained in:
Sumsebrum 2021-07-27 16:55:37 +02:00
commit 6de5a60309
2 changed files with 4 additions and 1 deletions

View File

@ -257,7 +257,9 @@ function Healthbar:ENEMY_SPOTTED(unit)
healthBar.nameText:SetText(button.name)
end
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
function Healthbar:UNIT_HEALTH(unit, health, healthMax)

View File

@ -64,6 +64,7 @@ The goal is to make Gladdy highly configurable in it's appearance. Everything ca
### v1.19-Beta
- fix gladdy frames not showing v2
- minor bug fixes
### v1.18-Beta
- castbar font now working properly