mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
*Fix build.
--HG-- branch : trunk
This commit is contained in:
@@ -1072,7 +1072,7 @@ int WorldSocket::HandlePing (WorldPacket& recvPacket)
|
||||
return SendPacket (packet);
|
||||
}
|
||||
|
||||
int WorldSocket::iSendPacket (const WorldPacket& pct)
|
||||
/*int WorldSocket::iSendPacket (const WorldPacket& pct)
|
||||
{
|
||||
ServerPktHeader header(pct.size()+2, pct.GetOpcode());
|
||||
if (m_OutBuffer->space () < pct.size () + header.getHeaderLength())
|
||||
@@ -1120,4 +1120,4 @@ bool WorldSocket::iFlushPacketQueue ()
|
||||
}
|
||||
|
||||
return haveone;
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user