mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
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:
@@ -23,7 +23,7 @@
|
||||
|
||||
class Quest;
|
||||
|
||||
#define DEFAULT_MAX_PLAYER_DISTANCE 50
|
||||
#define DEFAULT_MAX_PLAYER_DISTANCE 100
|
||||
|
||||
enum EscortState : uint32
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user