mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(Script/SunwellPlateau): Correct Meteror Slash Timer. (#21688)
This commit is contained in:
@@ -84,7 +84,7 @@ struct boss_brutallus : public BossAI
|
||||
|
||||
ScheduleTimedEvent(11s, [&] {
|
||||
DoCastVictim(SPELL_METEOR_SLASH);
|
||||
}, 10s);
|
||||
}, 12s);
|
||||
|
||||
ScheduleTimedEvent(30s, [&] {
|
||||
DoCastVictim(SPELL_STOMP);
|
||||
|
||||
Reference in New Issue
Block a user