Core/Units: Removed spline speed limit for MoveJumpWithGravity

Port From (https://github.com/TrinityCore/TrinityCore/commit/96295cfc5fdd6790313eda694da99ee661f3c0f0)
This commit is contained in:
hondacrx
2022-07-25 22:13:03 -04:00
parent 497d29e0a4
commit 695f212be6
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -812,6 +812,7 @@ namespace Game.Movement
init.SetParabolicVerticalAcceleration(gravity, 0);
init.SetUncompressed();
init.SetVelocity(speedXY);
init.SetUnlimitedSpeed();
if (hasOrientation)
init.SetFacing(pos.GetOrientation());
if (spellEffectExtraData != null)