fix(Scripts/Hyjal): archimonde enrage after 10 minutes (#19003)

init
This commit is contained in:
Dan
2024-06-03 19:10:44 +02:00
committed by GitHub
parent a6425c3630
commit 8256d3cb55

View File

@@ -342,6 +342,10 @@ struct boss_archimonde : public BossAI
DoCastRandomTarget(SPELL_FINGER_OF_DEATH);
}
}, 3500ms);
ScheduleTimedEvent(10min, [&]
{
DoCastRandomTarget(SPELL_FINGER_OF_DEATH);
}, 3500ms);
instance->SetData(DATA_SPAWN_WAVES, 1);
}