Core/PacketIO: Minor refactor to writing server packets

This commit is contained in:
Shauren
2014-11-03 20:23:21 +01:00
parent 52bd9a771e
commit b8d1d9a733
15 changed files with 57 additions and 77 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ std::string WorldSession::GetPlayerInfo() const
}
/// Send a packet to the client
void WorldSession::SendPacket(WorldPacket* packet, bool forced /*= false*/)
void WorldSession::SendPacket(WorldPacket const* packet, bool forced /*= false*/)
{
if (!m_Socket)
return;