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