mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Script/BlackTemple): Spawn Shadow Demons 30s into phase 4 (#20335)
* schedule phase 4 demons * whitespace
This commit is contained in:
@@ -569,7 +569,10 @@ struct boss_illidan_stormrage : public BossAI
|
||||
case PHASE_DEMON:
|
||||
{
|
||||
scheduler.CancelAll();
|
||||
DoCastSelf(SPELL_SUMMON_SHADOW_DEMON, true);
|
||||
|
||||
ScheduleTimedEvent(30s, [&] {
|
||||
DoCastSelf(SPELL_SUMMON_SHADOW_DEMON, true);
|
||||
}, 100s);
|
||||
|
||||
ScheduleTimedEvent(1s, 2500ms, [&] {
|
||||
DoCastVictim(SPELL_SHADOW_BLAST);
|
||||
|
||||
Reference in New Issue
Block a user