mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Scripts/Deadmines: Helix Gearbreaker will summon his 2nd crew only on heroic difficulty
This commit is contained in:
@@ -237,7 +237,8 @@ struct boss_helix_gearbreaker : public BossAI
|
||||
me->RemoveAurasDueToSpell(SPELL_OAFGUARD);
|
||||
|
||||
events.SetPhase(PHASE_2);
|
||||
events.ScheduleEvent(EVENT_SUMMON_HELIX_CREW, 3s, 0, PHASE_2);
|
||||
if (IsHeroic())
|
||||
events.ScheduleEvent(EVENT_SUMMON_HELIX_CREW, 3s, 0, PHASE_2);
|
||||
if (!me->GetVehicleBase())
|
||||
events.ScheduleEvent(EVENT_RIDE_FACE, 2s + 500ms, 0, PHASE_2);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user