Merge remote branch 'origin/master' into 330

This commit is contained in:
tomrus88 2010-03-28 04:32:10 +04:00
commit 7b1e8cae76
13 changed files with 80 additions and 44 deletions

View file

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