fix(Scripts/TempleOfAhnQiraj): Increase Vek'lor Blizzard timer (#13791)
This commit is contained in:
parent
3603f44dad
commit
70361ba63c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue