diff options
author | XTZGZoReX <none@none> | 2009-03-26 16:12:17 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-03-26 16:12:17 +0100 |
commit | 0da5f826b8d46ff8249347c1386d347b3cc7d2df (patch) | |
tree | d81d7e906595b3e43d33decb7ad7976995fad56d /src/trinitycore | |
parent | e16c46ec95220bcb2e3edc72bd0fb55e247d4782 (diff) |
* Implement logging of battleground chats.
* New config option: ChatLogs.BattleGround.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 22 |
1 files changed, 14 insertions, 8 deletions
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 |