mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[9631] Fix enum names.
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
This commit is contained in:
parent
0150f48b52
commit
7b180e5fa8
5 changed files with 34 additions and 34 deletions
|
|
@ -687,7 +687,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