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:
@@ -576,7 +576,7 @@ struct boss_illidan_stormrage : public BossAI
|
|||||||
DoCastSelf(SPELL_FLAME_BURST);
|
DoCastSelf(SPELL_FLAME_BURST);
|
||||||
}, 19500ms);
|
}, 19500ms);
|
||||||
|
|
||||||
ScheduleTimedEvent(60s, [&] {
|
me->m_Events.AddEventAtOffset([&] {
|
||||||
DoAction(ACTION_ILLIDAN_DEMON_TRANSFORM_BACK);
|
DoAction(ACTION_ILLIDAN_DEMON_TRANSFORM_BACK);
|
||||||
if (summons.GetCreatureWithEntry(NPC_MAIEV_SHADOWSONG))
|
if (summons.GetCreatureWithEntry(NPC_MAIEV_SHADOWSONG))
|
||||||
ScheduleAbilities(PHASE_MAIEV);
|
ScheduleAbilities(PHASE_MAIEV);
|
||||||
|
|||||||
Reference in New Issue
Block a user