diff options
| author | Discover- <amort11@hotmail.com> | 2014-01-17 18:44:01 +0100 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2014-01-17 18:44:01 +0100 |
| commit | bbd84d211de5ae19bdc6c8abe19064b1b926003b (patch) | |
| tree | 47a0f4a265b5a4f3e42cf997155f24032a3f14f4 /src/server/worldserver | |
| parent | ebfdeb067f4576d9e9da5c392e43d6a3e6a521ab (diff) | |
| parent | e2376fcb725e13f72a1b7057c430c7cc4fe1714a (diff) | |
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 1e6d7d92ddc..2a47c8f989e 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -2560,6 +2560,23 @@ Guild.AllowMultipleGuildMaster = 0 ShowKickInWorld = 0 +# ShowMuteInWorld +# Description: Determines whether a message is broadcasted to the entire server when a +# player gets muted. +# Default: 0 - (Disabled) +# 1 - (Enabled) + +ShowMuteInWorld = 0 + +# +# ShowBanInWorld +# Description: Determines whether a message is broadcasted to the entire server when a +# player gets banned. +# Default: 0 - (Disabled) +# 1 - (Enabled) + +ShowBanInWorld = 0 + # # RecordUpdateTimeDiffInterval # Description: Time (in milliseconds) update time diff is written to the log file. |
