Skip to content

Commit

Permalink
Core/EscortAI: set maximum distance allowed between player and escort…
Browse files Browse the repository at this point in the history
…ee to default vision range. (TrinityCore#24865)

(cherry picked from commit 4caa218)
  • Loading branch information
Rothend authored and Shauren committed Jan 6, 2022
1 parent 4431df1 commit 962a2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/AI/ScriptedAI/ScriptedEscortAI.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class Quest;

#define DEFAULT_MAX_PLAYER_DISTANCE 50
#define DEFAULT_MAX_PLAYER_DISTANCE 100

enum EscortState : uint32
{
Expand Down

0 comments on commit 962a2ac

Please sign in to comment.