X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/782c7becc25b6e7c9d5294c6a413596c8297332d..8b1be3abbc34907332f85244ecbdb118365b6e83:/kehys/frame.lua diff --git a/kehys/frame.lua b/kehys/frame.lua index f740c77..44bc149 100644 --- a/kehys/frame.lua +++ b/kehys/frame.lua @@ -54,11 +54,13 @@ function addon.NewRaidFrame(parent, width, height, unit, attributes, f.heal = {}; -- high healing auras f.tankcd = {}; -- tank CD auras f.stacks = {}; -- stacking aura tracking + f.hits = {}; -- hits aura tracking + f.stagger = {}; -- Monk Stagger tracking f.buff1 = {}; -- custom buff indicator 1 f.buff2 = {}; -- custom buff indicator 2 f.incoming = {}; -- incoming ability indicator f.rolename = nil; -- TANK, HEALER, DAMAGER, NONE - f.isdk = nil; -- DK death strike tracker for DK tanks + f.classname = nil; -- DK Death Strike and Monk Stagger tracker f.raid = true; f.rounds = 0; -- set up periodic updates