Fixed pet focus bug at TargetMana

This commit is contained in:
iceroth
2006-10-17 18:20:43 +00:00
parent e949b5b350
commit 17c3ddbfd8
2 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,8 @@ function TargetMana.prototype:Enable(core)
self:RegisterEvent("UNIT_MAXRAGE", "Update")
self:RegisterEvent("UNIT_ENERGY", "Update")
self:RegisterEvent("UNIT_MAXENERGY", "Update")
self:RegisterEvent("UNIT_FOCUS", "Update")
self:RegisterEvent("UNIT_MAXFOCUS", "Update")
self:RegisterEvent("UNIT_AURA", "Update")
self:RegisterEvent("UNIT_FLAGS", "Update")