mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Auth: Typo fix in logon challenge handler, closes issue 3975, thanks 41782992
--HG-- branch : trunk
This commit is contained in:
@@ -426,7 +426,7 @@ bool AuthSocket::_HandleLogonChallenge()
|
||||
else
|
||||
{
|
||||
///- Get the password from the account table, upper it, and make the SRP6 calculation
|
||||
std::string rI = res2->GetString(1);
|
||||
std::string rI = res2->GetString(0);
|
||||
|
||||
///- Don't calculate (v, s) if there are already some in the database
|
||||
std::string databaseV = res2->GetString(5);
|
||||
|
||||
Reference in New Issue
Block a user