mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-17 10:45:43 +00:00
added mc/moltencore strat (just for baron geddon's inferno and living-bomb)
This commit is contained in:
13
src/strategy/raids/moltencore/RaidMcStrategy.cpp
Normal file
13
src/strategy/raids/moltencore/RaidMcStrategy.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "RaidMcStrategy.h"
|
||||
|
||||
#include "Strategy.h"
|
||||
|
||||
void RaidMcStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
{
|
||||
triggers.push_back(
|
||||
new TriggerNode("mc living bomb debuff",
|
||||
NextAction::array(0, new NextAction("mc check should move from group", ACTION_RAID), nullptr)));
|
||||
triggers.push_back(
|
||||
new TriggerNode("mc baron geddon inferno",
|
||||
NextAction::array(0, new NextAction("mc move from baron geddon", ACTION_RAID), nullptr)));
|
||||
}
|
||||
Reference in New Issue
Block a user