mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 08:48:22 +00:00
Buildable state with converting hex packet dumps
This commit is contained in:
@@ -97,7 +97,7 @@ bool LoginServer::Process() {
|
||||
while((pack = tcpc->PopPacket()))
|
||||
{
|
||||
Log.Out(Logs::Detail, Logs::World_Server,"Recevied ServerPacket from LS OpCode 0x04x",pack->opcode);
|
||||
_hex(WORLD__LS_TRACE,pack->pBuffer,pack->size);
|
||||
Log.Hex(Logs::Netcode, pack->pBuffer, pack->size);
|
||||
|
||||
switch(pack->opcode) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user