mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Battle.net/Packets: Added packet name mapping for logging
This commit is contained in:
@@ -40,6 +40,5 @@ Battlenet::ServerPacket::~ServerPacket()
|
||||
|
||||
void Battlenet::ClientPacket::CallHandler(Session* session)
|
||||
{
|
||||
session->LogUnhandledPacket(*this);
|
||||
_handled = false;
|
||||
session->LogUnhandledPacket(GetHeader());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user