mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Battle.net: Handle ConnectionClosing
This commit is contained in:
@@ -36,3 +36,9 @@ Battlenet::ServerPacket::~ServerPacket()
|
||||
{
|
||||
delete &_stream;
|
||||
}
|
||||
|
||||
void Battlenet::ClientPacket::CallHandler(Session* session)
|
||||
{
|
||||
session->LogUnhandledPacket(*this);
|
||||
_handled = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user