- Added Iron Assembly Rune of Power strategy (#1275)

This commit is contained in:
kadeshar
2025-05-09 12:42:33 +02:00
committed by GitHub
parent f365b79e96
commit 9ca326c8cb
7 changed files with 51 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ void RaidUlduarStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
"iron assembly overload trigger",
NextAction::array(0, new NextAction("iron assembly overload action", ACTION_RAID), nullptr)));
triggers.push_back(new TriggerNode(
"iron assembly rune of power trigger",
NextAction::array(0, new NextAction("iron assembly rune of power action", ACTION_RAID), nullptr)));
//
// Kologarn
//