mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
*Update to Mangos 6888. Source: Mangos.
*Major change: Make corpse erase async, Avoid DB access on deleting guild member. *Skip 6885 because of performance concern. --HG-- branch : trunk
This commit is contained in:
@@ -469,7 +469,7 @@ int WorldSocket::handle_input_missing_data (void)
|
||||
|
||||
if (m_Header.space () > 0)
|
||||
{
|
||||
// Couldn't receive the whole header this time
|
||||
// Couldn't receive the whole header this time.
|
||||
ACE_ASSERT (message_block.length () == 0);
|
||||
errno = EWOULDBLOCK;
|
||||
return -1;
|
||||
@@ -503,7 +503,7 @@ int WorldSocket::handle_input_missing_data (void)
|
||||
|
||||
if (m_RecvPct.space () > 0)
|
||||
{
|
||||
//couldn't receive the whole data this time
|
||||
// Couldn't receive the whole data this time.
|
||||
ACE_ASSERT (message_block.length () == 0);
|
||||
errno = EWOULDBLOCK;
|
||||
return -1;
|
||||
@@ -572,7 +572,7 @@ int WorldSocket::ProcessIncoming (WorldPacket* new_pct)
|
||||
if (closing_)
|
||||
return -1;
|
||||
|
||||
// Dump received packet
|
||||
// Dump received packet.
|
||||
if (sWorldLog.LogWorld ())
|
||||
{
|
||||
sWorldLog.Log ("CLIENT:\nSOCKET: %u\nLENGTH: %u\nOPCODE: %s (0x%.4X)\nDATA:\n",
|
||||
|
||||
Reference in New Issue
Block a user