Add missing configuration key BanExpiryCheckInterval.

This commit is contained in:
Gacko
2016-04-10 16:40:59 +02:00
parent e7ea44cdb2
commit f5c46c78d3

View File

@@ -162,6 +162,13 @@ WrongPass.BanType = 0
WrongPass.Logging = 0
#
# BanExpiryCheckInterval
# Description: Time (in seconds) between checks for expired bans
# Default: 60
BanExpiryCheckInterval = 60
#
# SourceDirectory
# Description: The path to your TrinityCore source directory.