mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Scripts/TheEye): Kaelthas reduce time until all advisors phase (#20914)
This commit is contained in:
@@ -597,6 +597,10 @@ struct boss_kaelthas : public BossAI
|
||||
Talk(SAY_PHASE2_WEAPON);
|
||||
DoCastSelf(SPELL_SUMMON_WEAPONS);
|
||||
_phase = PHASE_WEAPONS;
|
||||
scheduler.Schedule(95s, GROUP_PROGRESS_PHASE, [this](TaskContext)
|
||||
{
|
||||
PhaseAllAdvisorsExecute();
|
||||
});
|
||||
}, EVENT_PREFIGHT_PHASE5_01);
|
||||
ScheduleUniqueTimedEvent(9s, [&]{
|
||||
summons.DoForAllSummons([&](WorldObject* summon)
|
||||
@@ -614,10 +618,6 @@ struct boss_kaelthas : public BossAI
|
||||
}
|
||||
}
|
||||
});
|
||||
scheduler.Schedule(3min, GROUP_PROGRESS_PHASE, [this](TaskContext)
|
||||
{
|
||||
PhaseAllAdvisorsExecute();
|
||||
});
|
||||
}, EVENT_PREFIGHT_PHASE5_02);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user