fix(Scripts/TempleOfAhnQiraj): Twins Emperors - First Teleport (#13652)

This commit is contained in:
Eddy Vega
2022-11-15 22:21:27 -06:00
committed by GitHub
parent 70361ba63c
commit 772fe38fe9

View File

@@ -367,10 +367,10 @@ struct boss_veklor : public boss_twinemperorsAI
DoCastAOE(SPELL_ARCANE_BURST);
context.Repeat(7s, 12s);
})
.Schedule(30s, 40s, [this](TaskContext context)
.Schedule(30s, [this](TaskContext context)
{
DoCastSelf(SPELL_TWIN_TELEPORT_0);
context.Repeat();
context.Repeat(30s, 40s);
})
.Schedule(5s, [this](TaskContext context)
{