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 d4f9b6b commit b5a8791Copy full SHA for b5a8791
src/server/scripts/Outland/BlackTemple/boss_illidan.cpp
@@ -576,7 +576,7 @@ struct boss_illidan_stormrage : public BossAI
576
DoCastSelf(SPELL_FLAME_BURST);
577
}, 19500ms);
578
579
- ScheduleTimedEvent(60s, [&] {
+ me->m_Events.AddEventAtOffset([&] {
580
DoAction(ACTION_ILLIDAN_DEMON_TRANSFORM_BACK);
581
if (summons.GetCreatureWithEntry(NPC_MAIEV_SHADOWSONG))
582
ScheduleAbilities(PHASE_MAIEV);
0 commit comments