diff options
| author | click <none@none> | 2010-11-14 00:29:34 +0100 |
|---|---|---|
| committer | click <none@none> | 2010-11-14 00:29:34 +0100 |
| commit | c0536f374abcd64d3e7e5b68fb570edffc2f23df (patch) | |
| tree | d5fc3f02ed4fed987b59594d03cbae03e96f0e63 /src/server/worldserver | |
| parent | 9ba52c474bc236406c8f8562c7db3f3316bcfabc (diff) | |
Core: Allow toggling ticketsystem on/off by config-setting (patch by leak)
Closes issue 4744.
--HG--
branch : trunk
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 3f6f6d75636..814e7073deb 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -957,6 +957,11 @@ ChatLogTimestamp = 0 # The maximum number of results a .lookup command can return # Default: 0 - unlimited # +# AllowTickets +# Allow/disallow sending new tickets. +# Default: 1 (true) +# 0 (false) +# ############################################################################### GameType = 0 @@ -1020,6 +1025,7 @@ BeepAtStart = 1 Motd = "Welcome to a Trinity Core server." Server.LoginInfo = 0 Command.LookupMaxResults = 0 +AllowTickets = 1 ############################################################################### # PLAYER INTERACTION |
