Battle.net/Packets: Added packet name mapping for logging

This commit is contained in:
Shauren
2014-10-12 20:58:25 +02:00
parent 5f2252e863
commit cf521de9cb
10 changed files with 439 additions and 207 deletions

View File

@@ -40,6 +40,5 @@ Battlenet::ServerPacket::~ServerPacket()
void Battlenet::ClientPacket::CallHandler(Session* session)
{
session->LogUnhandledPacket(*this);
_handled = false;
session->LogUnhandledPacket(GetHeader());
}