fix(Scripts/TempleOfAhnQiraj): Prevent Uppercut from triggering Double Attack (#13482)

Update boss_twinemperors.cpp
This commit is contained in:
Gultask
2022-10-23 16:44:25 -03:00
committed by GitHub
parent 6cefa4d764
commit 2dddc09142

View File

@@ -309,7 +309,7 @@ struct boss_veknilash : public boss_twinemperorsAI
_scheduler
.Schedule(14s, [this](TaskContext context)
{
DoCastRandomTarget(SPELL_UPPERCUT, 0, me->GetMeleeReach(), true);
DoCastRandomTarget(SPELL_UPPERCUT, 0, me->GetMeleeReach(), true, true);
context.Repeat(4s, 15s);
})
.Schedule(12s, [this](TaskContext context)