- Added Kologarn Rubble slowdown strategy (#1220)

This commit is contained in:
kadeshar
2025-04-22 13:28:51 +02:00
committed by GitHub
parent 04b8b76362
commit bf54f74359
7 changed files with 68 additions and 1 deletions

View File

@@ -83,6 +83,10 @@ void RaidUlduarStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
"kologarn nature resistance trigger",
NextAction::array(0, new NextAction("kologarn nature resistance action", ACTION_RAID), nullptr)));
triggers.push_back(new TriggerNode(
"kologarn rubble slowdown trigger",
NextAction::array(0, new NextAction("kologarn rubble slowdown action", ACTION_RAID), nullptr)));
//
// Hodir
//