mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-06-20 15:39:25 +02:00
refactor(Core/Travel): Drop unused MAX_PATHFINDING_DISTANCE constant (orphaned by ExecuteTravelPlan removal)
This commit is contained in:
parent
45a3189d4b
commit
e07f56d2a7
@ -86,8 +86,6 @@
|
|||||||
// (saveNodeStore) and by the debug dump command.
|
// (saveNodeStore) and by the debug dump command.
|
||||||
//
|
//
|
||||||
|
|
||||||
constexpr float MAX_PATHFINDING_DISTANCE = 296.0f;
|
|
||||||
|
|
||||||
enum class TravelNodePathType : uint8
|
enum class TravelNodePathType : uint8
|
||||||
{
|
{
|
||||||
none = 0,
|
none = 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user