aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRothend <67004168+Rothend@users.noreply.github.com>2020-06-21 21:20:45 +0200
committerGitHub <noreply@github.com>2020-06-21 21:20:45 +0200
commit4caa218641ca24b8bf56e14c0a1fcf18dbcf0a42 (patch)
treeecca66c204e87a7c6b8b28851bd9d4bc2d04581e
parent3778f23c579ad1050c2b985b5f42b365a7736c24 (diff)
Core/EscortAI: set maximum distance allowed between player and escortee to default vision range. (#24865)
-rw-r--r--src/server/game/AI/ScriptedAI/ScriptedEscortAI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.h b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.h
index 9e02229a563..9ac6101e5b7 100644
--- a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.h
+++ b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.h
@@ -23,7 +23,7 @@
class Quest;
-#define DEFAULT_MAX_PLAYER_DISTANCE 50
+#define DEFAULT_MAX_PLAYER_DISTANCE 100
enum EscortState : uint32
{