Core/PacketIO: Enabled more opcodes

This commit is contained in:
Shauren
2013-06-23 12:55:54 +02:00
parent e74c0e9f00
commit a2855e84c5
4 changed files with 51 additions and 27 deletions

View File

@@ -392,8 +392,8 @@ void WorldSession::HandleCorpseMapPositionQuery(WorldPacket& recvData)
{
TC_LOG_DEBUG(LOG_FILTER_NETWORKIO, "WORLD: Recv CMSG_CORPSE_MAP_POSITION_QUERY");
uint32 unk;
recvData >> unk;
uint32 transportGuidLow;
recvData >> transportGuidLow;
WorldPacket data(SMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE, 4+4+4+4);
data << float(0);