mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Update ArmsWarriorStrategy.cpp
This commit is contained in:
parent
c253a32039
commit
a6ceaa5565
@ -68,9 +68,9 @@ void ArmsWarriorStrategy::InitTriggers(std::vector<TriggerNode*>& 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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user