Attempt to fix pet health not updating (wowace ticket 245)

This commit is contained in:
Parnic
2019-04-16 17:37:11 -05:00
parent 1bb217c4aa
commit 53b59b5be2

View File

@ -49,6 +49,7 @@ function PetHealth.prototype:Enable(core)
self:RegisterEvent("UNIT_PET", "CheckPet");
self:RegisterEvent("UNIT_HEALTH", "UpdateEvent")
self:RegisterEvent("UNIT_HEALTH_FREQUENT", "UpdateEvent")
self:RegisterEvent("UNIT_MAXHEALTH", "UpdateEvent")
self:RegisterEvent("UNIT_ENTERED_VEHICLE", "EnteringVehicle")