diff --git a/src/strategy/warrior/GenericWarriorStrategy.cpp b/src/strategy/warrior/GenericWarriorStrategy.cpp index 405267b2..a398d730 100644 --- a/src/strategy/warrior/GenericWarriorStrategy.cpp +++ b/src/strategy/warrior/GenericWarriorStrategy.cpp @@ -47,6 +47,7 @@ void WarrirorAoeStrategy::InitTriggers(std::vector& triggers) new NextAction("sweeping strikes", ACTION_HIGH + 3), new NextAction("bladestorm", ACTION_HIGH + 3), new NextAction("whirlwind", ACTION_HIGH + 2), + new NextAction("cleave", ACTION_HIGH + 2), nullptr))); triggers.push_back(new TriggerNode("shockwave on snare target", NextAction::array(0, new NextAction("shockwave on snare target", ACTION_HIGH + 5), nullptr))); triggers.push_back(new TriggerNode("high rage available", NextAction::array(0, new NextAction("whirlwind", ACTION_HIGH + 10), nullptr)));