Config/AuthServer: Rename Wrong.Password.Login.Logging to WronPass.Logging and move to correct section.

This commit is contained in:
Gacko
2015-12-19 13:42:11 +01:00
parent 2f44bd9045
commit 193dd505fa

View File

@@ -122,6 +122,14 @@ WrongPass.BanTime = 600
WrongPass.BanType = 0
#
# WrongPass.Logging
# Description: Additionally log attempted wrong password logging
# Default: 0 - (Disabled)
# 1 - (Enabled)
WrongPass.Logging = 0
#
###################################################################################################
@@ -148,14 +156,6 @@ LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"
LoginDatabase.WorkerThreads = 1
#
# Wrong.Password.Login.Logging
# Description: Additionally log attempted wrong password logging
# Default: 0 - (Disabled)
# 1 - (Enabled)
Wrong.Password.Login.Logging = 0
#
###################################################################################################