Skip to content

Commit b5a8791

Browse files
authored
fix(Scripts/BlackTemple): Fix Illidan Demon Phase being delayed indef… (azerothcore#20286)
fix(Scripts/BlackTemple): Fix Illidan Demon Phase being delayed indefinitely
1 parent d4f9b6b commit b5a8791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/scripts/Outland/BlackTemple/boss_illidan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ struct boss_illidan_stormrage : public BossAI
576576
DoCastSelf(SPELL_FLAME_BURST);
577577
}, 19500ms);
578578

579-
ScheduleTimedEvent(60s, [&] {
579+
me->m_Events.AddEventAtOffset([&] {
580580
DoAction(ACTION_ILLIDAN_DEMON_TRANSFORM_BACK);
581581
if (summons.GetCreatureWithEntry(NPC_MAIEV_SHADOWSONG))
582582
ScheduleAbilities(PHASE_MAIEV);

0 commit comments

Comments
 (0)