Core/Authserver: Revert a small mistake. Thanks aurimas.

--HG--
branch : trunk
This commit is contained in:
silinoron
2010-12-27 09:19:44 -08:00
parent 60c6d462e4
commit 8b99f28e29

View File

@@ -634,7 +634,7 @@ bool AuthSocket::_HandleLogonProof()
}
else
{
uint8 data[4]= { AUTH_LOGON_PROOF, WOW_FAIL_UNKNOWN_ACCOUNT, 3, 0 };
char data[4] = { AUTH_LOGON_PROOF, WOW_FAIL_UNKNOWN_ACCOUNT, 3, 0 };
socket().send(data, sizeof(data));
sLog->outBasic("[AuthChallenge] account %s tried to login with wrong password!", _login.c_str());