From c7dd947a7a20d94ea07a0e61b92f47f0de5c8d78 Mon Sep 17 00:00:00 2001 From: avirar Date: Mon, 30 Dec 2024 09:34:43 +1100 Subject: [PATCH] Update GenericWarriorStrategy.cpp --- src/strategy/warrior/GenericWarriorStrategy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/strategy/warrior/GenericWarriorStrategy.cpp b/src/strategy/warrior/GenericWarriorStrategy.cpp index 97e53112..c48a6493 100644 --- a/src/strategy/warrior/GenericWarriorStrategy.cpp +++ b/src/strategy/warrior/GenericWarriorStrategy.cpp @@ -47,10 +47,11 @@ void WarrirorAoeStrategy::InitTriggers(std::vector& triggers) // triggers.push_back(new TriggerNode("thunder clap on snare target", NextAction::array(0, new NextAction("thunder // clap on snare target", ACTION_HIGH + 3), nullptr))); triggers.push_back(new TriggerNode("thunder clap", // NextAction::array(0, new NextAction("thunder clap", ACTION_HIGH + 10), nullptr))); - triggers.push_back(new TriggerNode( + /* triggers.push_back(new TriggerNode( "medium aoe", NextAction::array(0, new NextAction("sweeping strikes", ACTION_HIGH + 7), new NextAction("bladestorm", ACTION_HIGH + 6), nullptr))); + */ triggers.push_back(new TriggerNode( "light aoe", NextAction::array(0, new NextAction("sweeping strikes", ACTION_HIGH + 7), new NextAction("bladestorm", ACTION_HIGH + 6),