mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-25 06:26:24 +00:00
aq20 ossirian strat
This commit is contained in:
11
src/strategy/raids/aq20/RaidAq20Strategy.cpp
Normal file
11
src/strategy/raids/aq20/RaidAq20Strategy.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "RaidAq20Strategy.h"
|
||||
|
||||
#include "Strategy.h"
|
||||
|
||||
void RaidAq20Strategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
{
|
||||
triggers.push_back(
|
||||
new TriggerNode("aq20 move to crystal",
|
||||
NextAction::array(0, new NextAction("aq20 use crystal", ACTION_RAID), nullptr)));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user