fix(Scripts/TheEye): Kaelthas: Roar timer (#18677)

Roar timer
This commit is contained in:
Balleny
2024-04-10 19:37:01 +02:00
committed by GitHub
parent d52010f2fc
commit 723596c673

View File

@@ -807,7 +807,7 @@ struct npc_lord_sanguinar : public ScriptedAI
{
Talk(SAY_SANGUINAR_AGGRO);
}
ScheduleTimedEvent(6s, 20s, [&]{
ScheduleTimedEvent(0s, 2s, [&]{
DoCastSelf(SPELL_BELLOWING_ROAR);
}, 30s, 40s);
}