Core/Transports: Initialize stoppable transports at start of path

Port From (https://github.com/TrinityCore/TrinityCore/commit/37c374c49fc287d8a4b1c0a6c5d4a202599b9b09)
This commit is contained in:
hondacrx
2022-07-16 19:32:08 -04:00
parent 8673a45f08
commit edb8765f3f
@@ -3609,6 +3609,12 @@ namespace Game.Entities
}
}
if (!_stopFrames.Empty())
{
_pathProgress = 0;
_stateChangeProgress = 0;
}
_positionUpdateTimer.Reset(PositionUpdateInterval);
}