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

(cherry picked from commit 4caa218641)
This commit is contained in:
Rothend
2020-06-21 21:20:45 +02:00
committed by Shauren
parent 4431df1f13
commit 962a2ac703

View File

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