mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
Remove trailing space.
This commit is contained in:
parent
77a116dbe1
commit
4dae2cfe89
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ bool AuthSocket::_HandleLogonProof()
|
|||
}
|
||||
else
|
||||
{
|
||||
// 1.x not react incorrectly at 4-byte message use 3 as real error
|
||||
// 1.x not react incorrectly at 4-byte message use 3 as real error
|
||||
char data[2]= { CMD_AUTH_LOGON_PROOF, WOW_FAIL_INCORRECT_PASSWORD};
|
||||
send(data, sizeof(data));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue