aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2015-12-19 14:34:05 +0100
committerGacko <gacko28@gmx.de>2015-12-19 14:34:05 +0100
commit1f839b24340fd392091e175e4c8102d2bda33be7 (patch)
tree54006b4ad7e18c7f48be22b8d0dab13793f57b74 /src
parent193dd505fadfeae6a4ebe06967b8754f07200025 (diff)
Auth/Login: Rename config key usage
Related: 193dd505
Diffstat (limited to 'src')
-rw-r--r--src/server/authserver/Server/AuthSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp
index 28819b89add..8b0d86603a6 100644
--- a/src/server/authserver/Server/AuthSession.cpp
+++ b/src/server/authserver/Server/AuthSession.cpp
@@ -588,7 +588,7 @@ bool AuthSession::HandleLogonProof()
uint32 MaxWrongPassCount = sConfigMgr->GetIntDefault("WrongPass.MaxCount", 0);
// We can not include the failed account login hook. However, this is a workaround to still log this.
- if (sConfigMgr->GetBoolDefault("Wrong.Password.Login.Logging", false))
+ if (sConfigMgr->GetBoolDefault("WrongPass.Logging", false))
{
PreparedStatement* logstmt = LoginDatabase.GetPreparedStatement(LOGIN_INS_FALP_IP_LOGGING);
logstmt->setString(0, _login);