+ -- DK death strike tracking
+ if frame.isdk and frame.rolename == "TANK" then
+ local power = UnitPower(unit);
+ if power < 45 then
+ frame.bottomwarn:Show();
+ elseif frame.bottomwarn:IsShown() then
+ frame.bottomwarn:Hide();
+ end
+ elseif frame.bottomwarn:IsShown() then
+ frame.bottomwarn:Hide();
+ end