Bug fixes.. (lag indicator and resting status)

This commit is contained in:
iceroth
2006-12-23 17:15:46 +00:00
parent b3faefe12a
commit 63face9f4c
3 changed files with 8 additions and 6 deletions

View File

@ -26,7 +26,9 @@ function PlayerHealth.prototype:Enable(core)
self:RegisterEvent("UNIT_HEALTH", "Update")
self:RegisterEvent("UNIT_MAXHEALTH", "Update")
self:RegisterEvent("PLAYER_UPDATE_RESTING", "Resting")
self:RegisterEvent("PLAYER_ENTERING_WORLD", "Resting")
if (self.moduleSettings.hideBlizz) then
self:HideBlizz()