aboutsummaryrefslogtreecommitdiff
path: root/src/game/VoiceChatHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/VoiceChatHandler.cpp')
-rw-r--r--src/game/VoiceChatHandler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/VoiceChatHandler.cpp b/src/game/VoiceChatHandler.cpp
index 6daa27f13e6..78aafe1999b 100644
--- a/src/game/VoiceChatHandler.cpp
+++ b/src/game/VoiceChatHandler.cpp
@@ -24,7 +24,7 @@
#include "Opcodes.h"
#include "Log.h"
-void WorldSession::HandleVoiceSessionEnableOpcode( WorldPacket & recv_data )
+void WorldSession::HandleVoiceSessionEnableOpcode(WorldPacket & recv_data)
{
sLog.outDebug("WORLD: CMSG_VOICE_SESSION_ENABLE");
// uint8 isVoiceEnabled, uint8 isMicrophoneEnabled
@@ -33,14 +33,14 @@ void WorldSession::HandleVoiceSessionEnableOpcode( WorldPacket & recv_data )
recv_data.hexlike();
}
-void WorldSession::HandleChannelVoiceOnOpcode( WorldPacket & recv_data )
+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 )
+void WorldSession::HandleSetActiveVoiceChannel(WorldPacket & recv_data)
{
sLog.outDebug("WORLD: CMSG_SET_ACTIVE_VOICE_CHANNEL");
recv_data.read_skip<uint32>();