- added focustarget and pettarget as valid units to look for buffs/debuffs on with a custom bar

- made custom bars able to track auras (buffs with no end time like paladin auras, righteous fury, stealth, etc.)
This commit is contained in:
Parnic
2010-07-27 01:29:23 +00:00
parent 915e36af68
commit cb69ebe421
2 changed files with 39 additions and 11 deletions

View File

@ -651,6 +651,10 @@ function IceCore.prototype:RequestUpdates(frame, func)
self.updatees[frame] = func
end
function IceCore.prototype:IsUpdateSubscribed(frame)
return self.updatees[frame] ~= nil
end
-------------------------------------------------------------------------------
-- Presets --
-------------------------------------------------------------------------------