mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-15 22:30:13 -05:00
- 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:
@ -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 --
|
||||
-------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user