Fixes creatures moving to different cells/grids, Some work on fixing pets.

This commit is contained in:
hondacrx
2024-03-13 23:35:24 -04:00
parent b3d880c115
commit 5a2ef185c4
3 changed files with 7 additions and 4 deletions
@@ -208,8 +208,6 @@ namespace Game.Movement
return _abstractFollower.GetTarget();
}
public override MovementGeneratorType GetMovementGeneratorType() { return MovementGeneratorType.Follow; }
public override void UnitSpeedChanged() { _lastTargetPosition = null; }