mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Log contents of unprocessed tail data if logging is set to debug.
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user