diff options
author | Rothend <67004168+Rothend@users.noreply.github.com> | 2020-06-21 21:20:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 21:20:45 +0200 |
commit | 4caa218641ca24b8bf56e14c0a1fcf18dbcf0a42 (patch) | |
tree | ecca66c204e87a7c6b8b28851bd9d4bc2d04581e | |
parent | 3778f23c579ad1050c2b985b5f42b365a7736c24 (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.h | 2 |
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 { |