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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/VoiceChatHandler.cpp b/src/game/VoiceChatHandler.cpp
index e4c588dc4af..6023233c444 100644
--- a/src/game/VoiceChatHandler.cpp
+++ b/src/game/VoiceChatHandler.cpp
@@ -28,7 +28,8 @@ void WorldSession::HandleVoiceSessionEnableOpcode( WorldPacket & recv_data )
{
sLog.outDebug("WORLD: CMSG_VOICE_SESSION_ENABLE");
// uint8 isVoiceEnabled, uint8 isMicrophoneEnabled
- recv_data.read_skip2<uint8,uint8>();
+ recv_data.read_skip<uint8>();
+ recv_data.read_skip<uint8>();
recv_data.hexlike();
}