mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-26 06:56:24 +00:00
[HOT FIX] MS build issues regarding folder / command lenght usage or rc.exe (#2038)
This commit is contained in:
15
src/Ai/Raid/BlackwingLair/Strategy/RaidBwlStrategy.cpp
Normal file
15
src/Ai/Raid/BlackwingLair/Strategy/RaidBwlStrategy.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "RaidBwlStrategy.h"
|
||||
|
||||
#include "Strategy.h"
|
||||
|
||||
void RaidBwlStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
{
|
||||
triggers.push_back(new TriggerNode("often",
|
||||
{ NextAction("bwl check onyxia scale cloak", ACTION_RAID) }));
|
||||
|
||||
triggers.push_back(new TriggerNode("bwl suppression device",
|
||||
{ NextAction("bwl turn off suppression device", ACTION_RAID) }));
|
||||
|
||||
triggers.push_back(new TriggerNode("bwl affliction bronze",
|
||||
{ NextAction("bwl use hourglass sand", ACTION_RAID) }));
|
||||
}
|
||||
Reference in New Issue
Block a user