mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
Core/Battle.net: Handle ConnectionClosing
This commit is contained in:
@@ -28,11 +28,6 @@ std::string Battlenet::Presence::UpdateRequest::ToString() const
|
||||
return "Battlenet::Presence::UpdateRequest";
|
||||
}
|
||||
|
||||
void Battlenet::Presence::UpdateRequest::CallHandler(Session* session) const
|
||||
{
|
||||
session->LogUnhandledPacket(*this);
|
||||
}
|
||||
|
||||
void Battlenet::Presence::StatisticSubscribe::Read()
|
||||
{
|
||||
}
|
||||
@@ -41,8 +36,3 @@ std::string Battlenet::Presence::StatisticSubscribe::ToString() const
|
||||
{
|
||||
return "Battlenet::Presence::StatisticSubscribe";
|
||||
}
|
||||
|
||||
void Battlenet::Presence::StatisticSubscribe::CallHandler(Session* session) const
|
||||
{
|
||||
session->LogUnhandledPacket(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user