Log contents of unprocessed tail data if logging is set to debug.

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-10-11 21:11:59 +02:00
parent 4064709366
commit 0d75a8b7d4

View File

@@ -162,6 +162,8 @@ void WorldSession::LogUnprocessedTail(WorldPacket *packet)
LookupOpcodeName(packet->GetOpcode()),
packet->GetOpcode(),
packet->rpos(),packet->wpos());
packet->print_storage();
}
/// Update the WorldSession (triggered by World update)