diff options
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index af8aeae4c91..69a88755d42 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -3138,6 +3138,20 @@ NoGrayAggro.Above = 0 NoGrayAggro.Below = 0 # +# Creature.CheckInvalidPosition +# Description: Check possible invalid position for creatures at startup (WARNING: SLOW WORLD SERVER STARTUP) +# Default: 0 - (Do not show) + +Creature.CheckInvalidPosition = 0 + +# +# GameObject.CheckInvalidPosition +# Description: Check possible invalid position for game objects at startup (WARNING: SLOW WORLD SERVER STARTUP) +# Default: 0 - (Do not show) + +GameObject.CheckInvalidPosition = 0 + +# ################################################################################################### ################################################################################################### |
