Core/PacketIO: Enabled more opcodes

This commit is contained in:
Subv
2012-08-10 18:56:06 -05:00
parent d3c5065293
commit c843479a50
4 changed files with 27 additions and 32 deletions

View File

@@ -315,7 +315,7 @@ void WorldSession::HandleGetChannelMemberCount(WorldPacket &recvPacket)
}
}
void WorldSession::HandleSetChannelWatch(WorldPacket &recvPacket)
void WorldSession::HandleSetChannelWatch(WorldPacket& recvPacket)
{
sLog->outDebug(LOG_FILTER_NETWORKIO, "Opcode %u", recvPacket.GetOpcode());
std::string channelname;