Fixed compilation and some copy paste error

This commit is contained in:
leak
2014-07-04 15:20:23 +02:00
parent 151785b9ce
commit 4f2f9e08f8
3 changed files with 2 additions and 4 deletions

View File

@@ -595,7 +595,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("Additional.IP.Based.Login.Logging", false))
if (sConfigMgr->GetBoolDefault("Wrong.Password.Login.Logging", false))
{
PreparedStatement* logstmt = LoginDatabase.GetPreparedStatement(LOGIN_INS_FALP_IP_LOGGING);
logstmt->setString(0, _login);