fix(Scripts/Karazhan): Nightbane Speed (#20838)
fix(Scripts/Karazhan)NightbaneSpeed
revert speed to before 7e0dff5839
This commit is contained in:
parent
47580c0fab
commit
3f5ac98bdb
1 changed files with 1 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ struct boss_nightbane : public BossAI
|
|||
_triggerCountTakeOffWhileFlying = 0;
|
||||
_airPhasesCompleted = 0;
|
||||
|
||||
me->SetSpeed(MOVE_RUN, me->GetCreatureTemplate()->speed_run);
|
||||
me->SetSpeed(MOVE_RUN, 2.0f);
|
||||
me->SetCanFly(true);
|
||||
me->SetUnitFlag(UNIT_FLAG_NON_ATTACKABLE);
|
||||
me->SetReactState(REACT_PASSIVE);
|
||||
|
|
@ -300,7 +300,6 @@ struct boss_nightbane : public BossAI
|
|||
{
|
||||
me->ClearUnitState(UNIT_STATE_IGNORE_PATHFINDING);
|
||||
me->GetMotionMaster()->MovePoint(POINT_INTRO_LAND, introLandPos);
|
||||
me->SetSpeed(MOVE_RUN, 2.0f);
|
||||
}).Schedule(3s, [this](TaskContext /*context*/)
|
||||
{
|
||||
me->SetDisableGravity(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue