fix(Script/SunwellPlateau): Correct Meteror Slash Timer. (#21688)

This commit is contained in:
Rocco Silipo
2025-03-14 00:24:02 +01:00
committed by GitHub
parent 7cc25c9799
commit 82e76e8781

View File

@@ -84,7 +84,7 @@ struct boss_brutallus : public BossAI
ScheduleTimedEvent(11s, [&] {
DoCastVictim(SPELL_METEOR_SLASH);
}, 10s);
}, 12s);
ScheduleTimedEvent(30s, [&] {
DoCastVictim(SPELL_STOMP);