mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
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);
|
||||
}, 19500ms);
|
||||
|
||||
ScheduleTimedEvent(60s, [&] {
|
||||
me->m_Events.AddEventAtOffset([&] {
|
||||
DoAction(ACTION_ILLIDAN_DEMON_TRANSFORM_BACK);
|
||||
if (summons.GetCreatureWithEntry(NPC_MAIEV_SHADOWSONG))
|
||||
ScheduleAbilities(PHASE_MAIEV);
|
||||
|
||||
Reference in New Issue
Block a user