Config/BNetServer: Move Wrong.Password.Login.Logging to Auth Server Settings section.

This commit is contained in:
Gacko
2015-12-19 13:35:34 +01:00
parent 4eae523e32
commit eebb47bc93

View File

@@ -129,6 +129,14 @@ WrongPass.BanTime = 600
WrongPass.BanType = 0
#
# Wrong.Password.Login.Logging
# Description: Additionally log attempted wrong password logging
# Default: 0 - (Disabled)
# 1 - (Enabled)
Wrong.Password.Login.Logging = 0
#
###################################################################################################
@@ -155,14 +163,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
#
###################################################################################################