mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04: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