We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb88686 commit 07a6327Copy full SHA for 07a6327
src/server/scripts/Outland/BlackTemple/boss_illidan.cpp
@@ -569,7 +569,10 @@ struct boss_illidan_stormrage : public BossAI
569
case PHASE_DEMON:
570
{
571
scheduler.CancelAll();
572
- DoCastSelf(SPELL_SUMMON_SHADOW_DEMON, true);
+
573
+ ScheduleTimedEvent(30s, [&] {
574
+ DoCastSelf(SPELL_SUMMON_SHADOW_DEMON, true);
575
+ }, 100s);
576
577
ScheduleTimedEvent(1s, 2500ms, [&] {
578
DoCastVictim(SPELL_SHADOW_BLAST);
0 commit comments