mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Transports: Initialize stoppable transports at start of path
This commit is contained in:
@@ -93,6 +93,12 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
if (!_stopFrames.empty())
|
||||
{
|
||||
_pathProgress = 0;
|
||||
_stateChangeProgress = 0;
|
||||
}
|
||||
|
||||
_positionUpdateTimer.Reset(PositionUpdateInterval);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user