Core: Generic cleanup (tab2spaces/whitespace removal)

--HG--
branch : trunk
This commit is contained in:
click
2010-09-25 22:03:57 +02:00
parent a596cae1d9
commit 461590832a
21 changed files with 43 additions and 43 deletions

View File

@@ -660,7 +660,7 @@ bool AuthSocket::_HandleLogonProof()
{
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 ());
uint32 MaxWrongPassCount = sConfig.GetIntDefault("WrongPass.MaxCount", 0);