fix(Scripts/TempleOfAhnQiraj): Increase Vek'lor Blizzard timer (#13791)

This commit is contained in:
Gultask
2022-11-16 01:20:34 -03:00
committed by GitHub
parent 3603f44dad
commit 70361ba63c

View File

@@ -359,7 +359,7 @@ struct boss_veklor : public boss_twinemperorsAI
.Schedule(10s, 15s, [this](TaskContext context)
{
DoCastRandomTarget(SPELL_BLIZZARD, 0, 45.f);
context.Repeat(5s, 12s);
context.Repeat(10s, 24s);
})
.Schedule(1s, [this](TaskContext context)
{