From 0da5f826b8d46ff8249347c1386d347b3cc7d2df Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Thu, 26 Mar 2009 16:12:17 +0100 Subject: * Implement logging of battleground chats. * New config option: ChatLogs.BattleGround. --HG-- branch : trunk --- src/trinitycore/trinitycore.conf.dist | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'src/trinitycore') diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index dd09409d7a6..6a80ca9075f 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -381,6 +381,11 @@ AddonChannel = 1 # Default: 0 - off # 1 - on # +# ChatLogs.BattleGround +# Enable logging battleground chats. +# Default: 0 - off +# 1 - on +# ################################################################################################################### LogSQL = 1 @@ -411,14 +416,15 @@ LogDB.GM = 0 LogDB.RA = 0 LogDB.World = 0 LogDB.Chat = 0 -ChatLogs.Channel = 0 -ChatLogs.SysChan = 0 -ChatLogs.Whisper = 0 -ChatLogs.Party = 0 -ChatLogs.Raid = 0 -ChatLogs.Guild = 0 -ChatLogs.Public = 0 -ChatLogs.Addon = 0 +ChatLogs.Channel = 0 +ChatLogs.SysChan = 0 +ChatLogs.Whisper = 0 +ChatLogs.Party = 0 +ChatLogs.Raid = 0 +ChatLogs.Guild = 0 +ChatLogs.Public = 0 +ChatLogs.Addon = 0 +ChatLogs.BattleGround = 0 ################################################################################################################### # SERVER SETTINGS -- cgit v1.2.3