fix(Scripts/BlackTemple): Fix Illidan Demon Phase being delayed indef… (#20286)

fix(Scripts/BlackTemple): Fix Illidan Demon Phase being delayed indefinitely
This commit is contained in:
Andrew
2024-10-24 09:09:17 -03:00
committed by GitHub
parent d4f9b6bf7f
commit b5a8791ae1

View File

@@ -576,7 +576,7 @@ struct boss_illidan_stormrage : public BossAI
DoCastSelf(SPELL_FLAME_BURST);
}, 19500ms);
ScheduleTimedEvent(60s, [&] {
me->m_Events.AddEventAtOffset([&] {
DoAction(ACTION_ILLIDAN_DEMON_TRANSFORM_BACK);
if (summons.GetCreatureWithEntry(NPC_MAIEV_SHADOWSONG))
ScheduleAbilities(PHASE_MAIEV);