diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp index 7a09369bf..76e7804ef 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp @@ -84,7 +84,7 @@ struct boss_brutallus : public BossAI ScheduleTimedEvent(11s, [&] { DoCastVictim(SPELL_METEOR_SLASH); - }, 10s); + }, 12s); ScheduleTimedEvent(30s, [&] { DoCastVictim(SPELL_STOMP);