[315176] = true, -- Grasping Tendrils
};
+local rounds = 0;
function addon.FrameUpdate(frame)
assert(type(frame) == "table", "FrameUpdate received invalid frame parameter!");
elseif frame.healpred:IsShown() then
frame.healpred:Hide();
end
+ rounds = rounds + 1;
+ if (rounds > 8) then
+ frame.tankcd = {};
+ frame.alert = {};
+ frame.stacks = {};
+ frame.heal = {};
+ frame.buff1 = {};
+ addon.SetAuras(frame.unit, frame.guid);
+ rounds = 0;
+ end
-- tank CD marker
if next(frame.tankcd) then
if not frame.defensive:IsShown() then frame.defensive:Show() end