X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/ad5b150d2018f681b13aa4445b375d99adaa6d04..6a32145b790f4647a82dff47a7f726992c2e5f76:/kehys/events.lua diff --git a/kehys/events.lua b/kehys/events.lua index 97f56da..b194192 100644 --- a/kehys/events.lua +++ b/kehys/events.lua @@ -167,6 +167,7 @@ local eventFuncs = { frame.stacks = {}; frame.heal = {}; frame.buff1 = {}; + addon.SetAuras(frame.unit, frame.guid); end, ["UPDATE_ALL_BARS"] = function(frame) updateRole(frame, frame.unit); @@ -183,7 +184,12 @@ local eventFuncs = { if frame.guid then guids[frame.guid] = frame; end - -- TODO update initial aura state + frame.tankcd = {}; + frame.alert = {}; + frame.stacks = {}; + frame.heal = {}; + frame.buff1 = {}; + addon.SetAuras(frame.unit, frame.guid); end, }; eventFuncs["READY_CHECK_CONFIRM"] = eventFuncs["READY_CHECK"];