8b1be3a - More auras and stagger tracking
[wowui.git] / kehys / frame.lua
index f740c77..44bc149 100644 (file)
@@ -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