aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorCarbenium <keresztesschmidt@gmail.com>2015-02-03 18:11:38 +0100
committerNayd <dnpd.dd@gmail.com>2015-02-04 20:48:12 +0000
commit6751ac29403c1e834ebff12255a1ff35b8be246e (patch)
treeacf55552bf04e1f8d8c9272e72afb4b73a6f67b7 /src/server/worldserver
parent19a09c2763e773fb700aad643f0af8e651087d86 (diff)
Core/Packets: Add structure for CMSG_GM_TICKET_GET_CASE_STATUS, SMSG_GM_TICKET_CASE_STATUS, CMSG_GM_TICKET_ACKNOWLEDGE_SURVEY and SMSG_GM_TICKET_RESPONSE_ERROR
Implement CMSG_GM_TICKET_GET_TICKET and SMSG_GM_TICKET_GET_TICKET_RESPONSE Update SMSG_FEATURE_SYSTEM_STATUS to support customizable ticket system and add config options
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist27
1 files changed, 23 insertions, 4 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 9cb25475ecf..61790830993 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -1060,12 +1060,31 @@ Server.LoginInfo = 0
Command.LookupMaxResults = 0
#
-# AllowTickets
-# Description: Allow/disallow sending new tickets.
+# Ticket.SystemStatus
+# Description: Enable/disable the ticket system. This disables the whole customer
+# support UI after trying to send a ticket in disabled state
+# (MessageBox: "GM Help Tickets are currently unavaiable.").
+# UI remains disabled until the character relogs.
# Default: 1 - (Enabled)
-# 0 - (Disabled)
+# 0 - (Disabled) 0 - (Disabled)
+
+Ticket.SystemStatus = 1
+
+#
+# Ticket.SubmitTicket
+# Description: Allow/disallow opening new tickets.
+# Default: 0 - (Disabled)
+# 1 - (Enabled, Experimental)
+
+Ticket.SubmitTicket = 0
+
+#
+# Ticket.SubmitBug
+# Description: Allow/disallow opening new bug reports.
+# Default: 0 - (Disabled)
+# 1 - (Enabled, Experimental)
-AllowTickets = 1
+Ticket.SubmitBug = 0
#
# DungeonFinder.OptionsMask