Fixed pet focus bug

This commit is contained in:
iceroth
2006-09-29 18:04:22 +00:00
parent 3d2eb898a9
commit 6d967aaa65
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## Name: IceHUD
## Title: IceHUD |cff7fff7f -Ace2-|r
## Notes: Another HUD mod
## Version: 0.7.1 ($Revision$)
## Version: 0.7.2 ($Revision$)
## SavedVariables: IceCoreDB
## OptionalDeps: Ace2, DewdropLib, FuBar_ToFu, DruidBar, SoleManax, MobHealth, SpellStatusLib
## X-Category: UnitFrame

View File

@ -55,6 +55,8 @@ function PetMana.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_DISPLAYPOWER", "ManaType")