[9631] Fix enum names.

Signed-off-by: AlexDereka <dereka.alex@gmail.com>
This commit is contained in:
Zor 2010-03-27 22:11:10 +03:00 committed by AlexDereka
parent 0150f48b52
commit 7b180e5fa8
5 changed files with 34 additions and 34 deletions

View file

@ -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: