Update GenericWarriorStrategy.cpp

This commit is contained in:
avirar
2024-12-30 09:34:43 +11:00
committed by GitHub
parent 9432b265ea
commit c7dd947a7a

View File

@@ -47,10 +47,11 @@ void WarrirorAoeStrategy::InitTriggers(std::vector<TriggerNode*>& 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),