- Added Auriaya fall from floor protection (#1318)

This commit is contained in:
kadeshar
2025-05-20 17:24:45 +02:00
committed by GitHub
parent 5910866362
commit e68c5a76c6
7 changed files with 61 additions and 1 deletions

View File

@@ -107,6 +107,13 @@ void RaidUlduarStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
"kologarn crunch armor trigger",
NextAction::array(0, new NextAction("kologarn crunch armor action", ACTION_RAID), nullptr)));
//
// Auriaya
//
triggers.push_back(new TriggerNode(
"auriaya fall from floor trigger",
NextAction::array(0, new NextAction("auriaya fall from floor action", ACTION_RAID), nullptr)));
//
// Hodir
//