fix(Scripts/TempleOfAhnQiraj): Twins Emperors - First Teleport (#13652)
This commit is contained in:
parent
70361ba63c
commit
772fe38fe9
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue