mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
Added medium aoe trigger for SS/BS combo
This commit is contained in:
parent
a6ceaa5565
commit
b9c96e80c3
@ -82,4 +82,8 @@ void ArmsWarriorStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
"critical health", NextAction::array(0, new NextAction("intimidating shout", ACTION_EMERGENCY), nullptr)));
|
||||
// triggers.push_back(new TriggerNode("medium aoe",
|
||||
// NextAction::array(0, new NextAction("thunder clap", ACTION_HIGH + 2), nullptr)));
|
||||
triggers.push_back(new TriggerNode("medium aoe",
|
||||
NextAction::array(0, new NextAction("sweeping strikes", ACTION_HIGH + 7),
|
||||
new NextAction("bladestorm", ACTION_HIGH + 6),
|
||||
nullptr)));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user