Missing )

This commit is contained in:
avirar
2024-12-29 15:47:38 +11:00
committed by GitHub
parent 85efe3fbbd
commit 6eef410689

View File

@@ -66,7 +66,7 @@ void ArmsWarriorStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
triggers.push_back(new TriggerNode("high rage available",
NextAction::array(0, new NextAction("heroic strike", ACTION_HIGH),
NextAction::array(0, new NextAction("slam", ACTION_HIGH + 1),
nullptr)));
nullptr))));
// triggers.push_back(new TriggerNode("medium rage available",
// NextAction::array(0, new NextAction("slam", ACTION_HIGH + 1),
// new NextAction("thunder clap", ACTION_HIGH),