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:
parent
d4f9b6bf7f
commit
b5a8791ae1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue