From a6ceaa5565538e0b6bc253e1fbf49ca242e8279e Mon Sep 17 00:00:00 2001 From: avirar Date: Sun, 29 Dec 2024 16:28:48 +1100 Subject: [PATCH] Update ArmsWarriorStrategy.cpp --- src/strategy/warrior/ArmsWarriorStrategy.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/strategy/warrior/ArmsWarriorStrategy.cpp b/src/strategy/warrior/ArmsWarriorStrategy.cpp index 732e025d..d0c6a183 100644 --- a/src/strategy/warrior/ArmsWarriorStrategy.cpp +++ b/src/strategy/warrior/ArmsWarriorStrategy.cpp @@ -68,9 +68,9 @@ void ArmsWarriorStrategy::InitTriggers(std::vector& triggers) new NextAction("slam", ACTION_HIGH + 1), nullptr))); // triggers.push_back(new TriggerNode("medium rage available", - // NextAction::array(0, new NextAction("slam", ACTION_HIGH + 1), - // new NextAction("thunder clap", ACTION_HIGH), - // nullptr))); + // NextAction::array(0, new NextAction("slam", ACTION_HIGH + 1), + // new NextAction("thunder clap", ACTION_HIGH), + // nullptr))); triggers.push_back( new TriggerNode("bloodrage", NextAction::array(0, new NextAction("bloodrage", ACTION_HIGH + 2), nullptr))); triggers.push_back(