X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/0051bb49579945bb78153b4c5009a0fa633ecce9..52f2ef034b1fad1d0fa815270adee20afd295414:/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