diff options
Diffstat (limited to 'src/shared/PacketLog.cpp')
-rw-r--r-- | src/shared/PacketLog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/PacketLog.cpp b/src/shared/PacketLog.cpp index 2fcd6c58b9b..96c9727e7fa 100644 --- a/src/shared/PacketLog.cpp +++ b/src/shared/PacketLog.cpp @@ -157,3 +157,4 @@ void PacketLog::WorldHexDump(WorldPacket* data, uint32 socket, bool direction) HexDump((char *)data->contents(), data->size(), "world.log"); } + |