Core/MotionMaster: Do not generate path to MoveLand
Port From (https://github.com/TrinityCore/TrinityCore/commit/91f61638585330a5cd80cff0c6b09de47b9b9987)
This commit is contained in:
@@ -624,7 +624,7 @@ namespace Game.Movement
|
||||
public void MoveLand(uint id, Position pos)
|
||||
{
|
||||
MoveSplineInit init = new(_owner);
|
||||
init.MoveTo(pos);
|
||||
init.MoveTo(pos, false);
|
||||
init.SetAnimation(AnimType.ToGround);
|
||||
Add(new GenericMovementGenerator(init, MovementGeneratorType.Effect, id));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user