From 82e76e8781af8d4935f2e4c5b58b55fc6ace9fde Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:24:02 +0100 Subject: [PATCH] fix(Script/SunwellPlateau): Correct Meteror Slash Timer. (#21688) --- .../scripts/EasternKingdoms/SunwellPlateau/boss_brutallus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);