mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added rune stuff for DK's in wotlk
- fixed args returned from UnitBuff in wotlk - added default DK spell for gcd module
This commit is contained in:
@ -39,6 +39,13 @@ function TargetMana.prototype:Enable(core)
|
||||
self:RegisterEvent("UNIT_MAXFOCUS", "Update")
|
||||
self:RegisterEvent("UNIT_AURA", "Update")
|
||||
self:RegisterEvent("UNIT_FLAGS", "Update")
|
||||
-- DK rune stuff
|
||||
if IceHUD.WowVer >= 30000 then
|
||||
self:RegisterEvent("UNIT_RUNIC_POWER", "Update")
|
||||
self:RegisterEvent("RUNE_TYPE_UPDATE", "Update")
|
||||
self:RegisterEvent("RUNE_POWER_UPDATE", "Update")
|
||||
self:RegisterEvent("RUNE_REGEN_UPDATE", "Update")
|
||||
end
|
||||
|
||||
self:Update("target")
|
||||
end
|
||||
|
Reference in New Issue
Block a user