Protocol/PacketIO: Enabled more opcodes.

This commit is contained in:
Subv
2012-08-06 09:47:39 -05:00
parent b575fb7aee
commit 25e7e6dddd
5 changed files with 13 additions and 13 deletions

View File

@@ -213,7 +213,7 @@ void WorldSession::HandleGameObjectQueryOpcode(WorldPacket & recvData)
}
}
void WorldSession::HandleCorpseQueryOpcode(WorldPacket & /*recvData*/)
void WorldSession::HandleCorpseQueryOpcode(WorldPacket& /*recvData*/)
{
sLog->outDebug(LOG_FILTER_NETWORKIO, "WORLD: Received MSG_CORPSE_QUERY");