diff --git a/Modules/Healthbar.lua b/Modules/Healthbar.lua index 2e91cba..4b05cc9 100644 --- a/Modules/Healthbar.lua +++ b/Modules/Healthbar.lua @@ -111,7 +111,7 @@ end function Healthbar.OnEvent(self, event, unit) local isDead = UnitExists(unit) and UnitIsDeadOrGhost(unit) - if event == "UNIT_HEALTH" or event == "UNIT_MAXHEALTH" then + if event == "UNIT_HEALTH_FREQUENT" or event == "UNIT_MAXHEALTH" then if isDead then Gladdy:SendMessage("UNIT_DEATH", unit) return