mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Scripts/TempleOfAhnQiraj): Prevent Uppercut from triggering Double Attack (#13482)
Update boss_twinemperors.cpp
This commit is contained in:
@@ -309,7 +309,7 @@ struct boss_veknilash : public boss_twinemperorsAI
|
|||||||
_scheduler
|
_scheduler
|
||||||
.Schedule(14s, [this](TaskContext context)
|
.Schedule(14s, [this](TaskContext context)
|
||||||
{
|
{
|
||||||
DoCastRandomTarget(SPELL_UPPERCUT, 0, me->GetMeleeReach(), true);
|
DoCastRandomTarget(SPELL_UPPERCUT, 0, me->GetMeleeReach(), true, true);
|
||||||
context.Repeat(4s, 15s);
|
context.Repeat(4s, 15s);
|
||||||
})
|
})
|
||||||
.Schedule(12s, [this](TaskContext context)
|
.Schedule(12s, [this](TaskContext context)
|
||||||
|
|||||||
Reference in New Issue
Block a user