Core/EscortAI: set maximum distance allowed between player and escortee to default vision range. (#24865)

This commit is contained in:
Rothend
2020-06-21 21:20:45 +02:00
committed by GitHub
parent 3778f23c57
commit 4caa218641

View File

@@ -23,7 +23,7 @@
class Quest;
#define DEFAULT_MAX_PLAYER_DISTANCE 50
#define DEFAULT_MAX_PLAYER_DISTANCE 100
enum EscortState : uint32
{