mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core: Generic cleanup (tab2spaces/whitespace removal)
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user