aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLewis Brumby <lewis.brumby@hotmail.com>2020-04-05 23:36:56 +0100
committerGitHub <noreply@github.com>2020-04-06 00:36:56 +0200
commitcaf4c4cf2bc903acf65abfb616a90dea8a12016c (patch)
treea4989665ba900e36b8d847ebe97225dbccbe14c3
parent0844ad2ff00fef9fe90633eea3df8afc8a58e6d1 (diff)
Update AuthSession.cpp (#24397)
-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 8d23c84dd11..0cf0f83d346 100644
--- a/src/server/authserver/Server/AuthSession.cpp
+++ b/src/server/authserver/Server/AuthSession.cpp
@@ -663,7 +663,7 @@ bool AuthSession::HandleLogonProof()
LoginDatabasePreparedStatement* logstmt = LoginDatabase.GetPreparedStatement(LOGIN_INS_FALP_IP_LOGGING);
logstmt->setUInt32(0, _accountInfo.Id);
logstmt->setString(1, GetRemoteIpAddress().to_string());
- logstmt->setString(2, "Logged on failed AccountLogin due wrong password");
+ logstmt->setString(2, "Login to WoW Failed - Incorrect Password");
LoginDatabase.Execute(logstmt);
}