mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
Merge remote branch 'origin/master' into 330
This commit is contained in:
commit
7b1e8cae76
13 changed files with 80 additions and 44 deletions
|
|
@ -691,7 +691,7 @@ int WorldSocket::ProcessIncoming (WorldPacket* new_pct)
|
|||
|
||||
return HandleAuthSession (*new_pct);
|
||||
case CMSG_KEEP_ALIVE:
|
||||
DEBUG_LOG ("CMSG_KEEP_ALIVE ,size: %d", new_pct->size ());
|
||||
DEBUG_LOG ("CMSG_KEEP_ALIVE ,size: "SIZEFMTD" ", new_pct->size ());
|
||||
|
||||
return 0;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue