- added code to buff/debuff watchers and cooldown watchers to prevent them from sometimes getting stuck (not updating/animating)

This commit is contained in:
Parnic
2011-12-06 03:51:22 +00:00
parent 6e4b194900
commit d7e4bfbee2
3 changed files with 11 additions and 1 deletions

View File

@ -521,6 +521,8 @@ function IceCustomCDBar.prototype:EnableUpdates(enable_update)
-- end
end
self.handlesOwnUpdates = enable_update
if enable_update then
if not self.CustomUpdateFunc then
self.CustomUpdateFunc = function() self:UpdateCustomBar(true) end