- fixed a typo in combo points module

- added missing 'then' in gcd module
- removed registration of unnecessary events in player and target mana for DK rune stuff
This commit is contained in:
Parnic
2008-07-27 00:09:32 +00:00
parent 76f4e1b020
commit b9a4b9c8d0
4 changed files with 2 additions and 8 deletions

View File

@ -108,9 +108,6 @@ function PlayerMana.prototype:Enable(core)
-- 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:RegisterEvent("UNIT_DISPLAYPOWER", "ManaType")