From 962a2ac703a15b958f4e2c706a2ca89d0c823298 Mon Sep 17 00:00:00 2001 From: Rothend <67004168+Rothend@users.noreply.github.com> Date: Sun, 21 Jun 2020 21:20:45 +0200 Subject: Core/EscortAI: set maximum distance allowed between player and escortee to default vision range. (#24865) (cherry picked from commit 4caa218641ca24b8bf56e14c0a1fcf18dbcf0a42) --- src/server/game/AI/ScriptedAI/ScriptedEscortAI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server') 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 { -- cgit v1.2.3