From e585187b248f48b3c6e9247b49fa07c6565d65e5 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 17 Oct 2009 15:51:44 -0700 Subject: *Backed out changeset 3be01fb200a5 --HG-- branch : trunk --- src/game/VoiceChatHandler.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/VoiceChatHandler.cpp') diff --git a/src/game/VoiceChatHandler.cpp b/src/game/VoiceChatHandler.cpp index 2c9c42b459f..6023233c444 100644 --- a/src/game/VoiceChatHandler.cpp +++ b/src/game/VoiceChatHandler.cpp @@ -17,11 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #include "Common.h" #include "WorldPacket.h" #include "WorldSession.h" #include "Opcodes.h" #include "Log.h" + void WorldSession::HandleVoiceSessionEnableOpcode( WorldPacket & recv_data ) { sLog.outDebug("WORLD: CMSG_VOICE_SESSION_ENABLE"); @@ -30,12 +32,14 @@ void WorldSession::HandleVoiceSessionEnableOpcode( WorldPacket & recv_data ) recv_data.read_skip(); recv_data.hexlike(); } + void WorldSession::HandleChannelVoiceOnOpcode( WorldPacket & recv_data ) { sLog.outDebug("WORLD: CMSG_CHANNEL_VOICE_ON"); // Enable Voice button in channel context menu recv_data.hexlike(); } + void WorldSession::HandleSetActiveVoiceChannel( WorldPacket & recv_data ) { sLog.outDebug("WORLD: CMSG_SET_ACTIVE_VOICE_CHANNEL"); -- cgit v1.2.3