mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
Core/Tickets: Ticket System updated
This commit is contained in:
@@ -1407,6 +1407,15 @@ Command.LookupMaxResults = 0
|
||||
|
||||
AllowTickets = 1
|
||||
|
||||
# DeletedCharacterTicketTrace
|
||||
# Description: Keep trace of tickets opened by deleted characters
|
||||
# gm_ticket.playerGuid will be 0, old GUID and character name
|
||||
# will be included in gm_ticket.comment
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
DeletedCharacterTicketTrace = 0
|
||||
|
||||
#
|
||||
# DungeonFinder.OptionsMask
|
||||
# Description: Dungeon and raid finder system.
|
||||
@@ -2439,6 +2448,14 @@ AutoBroadcast.Timer = 60000
|
||||
|
||||
Battleground.CastDeserter = 1
|
||||
|
||||
#
|
||||
# Battleground.RandomCrossFaction.Enable
|
||||
# Description: Enable random battleground crossfaction randomizing system
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Battleground.RandomCrossFaction.Enable = 1
|
||||
|
||||
#
|
||||
# Battleground.QueueAnnouncer.Enable
|
||||
# Description: Announce battleground queue status to chat.
|
||||
|
||||
Reference in New Issue
Block a user