mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(Core): Lower MIN_WANDER_DISTANCE_GROUND (#5693)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#define RANDOM_POINTS_NUMBER 12
|
||||
#define RANDOM_LINKS_COUNT 7
|
||||
#define MIN_WANDER_DISTANCE_GROUND 6.0f
|
||||
#define MIN_WANDER_DISTANCE_GROUND 1.0f
|
||||
#define MIN_WANDER_DISTANCE_AIR 10.0f
|
||||
#define MAX_PATH_LENGHT_FACTOR 1.85f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user