aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorShocker <none@none>2010-09-08 09:28:21 +0300
committerShocker <none@none>2010-09-08 09:28:21 +0300
commitf9ecc36fb02b1a92b48550337d641acf25b81e28 (patch)
treed6e54b27d2846837cdfb6ade52befeabfb7cf690 /src/server/worldserver
parent3bb2dc3588f9dbaacd3f5deb7cd9782f47383b84 (diff)
Core/Commands: Implement config for setting the maximum number of results a .lookup command can return, closes issue 3875
--HG-- branch : trunk
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 4f05fa8cec7..9b9782751d1 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -961,6 +961,10 @@ ChatLogTimestamp = 0
# Default: 0 - disable
# 1 - enable
#
+# Command.LookupMaxResults
+# The maximum number of results a .lookup command can return
+# Default: 0 - unlimited
+#
###############################################################################
GameType = 0
@@ -1023,6 +1027,7 @@ Event.Announce = 0
BeepAtStart = 1
Motd = "Welcome to a Trinity Core server."
Server.LoginInfo = 0
+Command.LookupMaxResults = 0
###############################################################################
# PLAYER INTERACTION