mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 12:03:48 +00:00
Update MotionMaster.cpp
This commit is contained in:
@@ -938,7 +938,6 @@ void MotionMaster::MoveKnockbackFromForPlayer(float srcX, float srcY, float spee
|
|||||||
init.SetParabolic(max_height, 0);
|
init.SetParabolic(max_height, 0);
|
||||||
init.SetOrientationFixed(true);
|
init.SetOrientationFixed(true);
|
||||||
init.SetVelocity(speedXY);
|
init.SetVelocity(speedXY);
|
||||||
init.Launch();
|
|
||||||
Mutate(new EffectMovementGenerator(init, 0), MOTION_SLOT_CONTROLLED);
|
Mutate(new EffectMovementGenerator(init, 0), MOTION_SLOT_CONTROLLED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user