aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-08-23 16:57:07 +0200
committerVincent-Michael <vincent_michael@gmx.de>2016-08-23 16:58:48 +0200
commit3c6c78da1ce1753bbd9f8ae32d6ddc4c87edb778 (patch)
treefedda909fed8c51267ebd6ae775c9a1f6515de1e /src/server/worldserver
parent4a13ec2fcb82f3618f47843901efb8b75162b5ec (diff)
Core/Objects: Added check (error log) for possible invalid position for creatures / game objects
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist14
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
+
+#
###################################################################################################
###################################################################################################