mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
Rewrite(Core/BanManager): Rewrite Ban system (#1576)
* Added ban manager * Delete ban functions in world class * Separate ban account to (ban account, ban ip, ban character) * Support world announce
This commit is contained in:
@@ -3015,6 +3015,15 @@ Guild.AllowMultipleGuildMaster = 0
|
||||
|
||||
ShowKickInWorld = 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.
|
||||
|
||||
Reference in New Issue
Block a user