mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Scripts/TempleOfAhnQiraj): Increase Vek'lor Blizzard timer (#13791)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user