mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
Compile fix.
This commit is contained in:
parent
3c43e9dd52
commit
ef7656a554
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ void WorldSession::HandleChannelVoiceOnOpcode( WorldPacket & recv_data )
|
|||
recv_data.hexlike();
|
||||
}
|
||||
|
||||
void WorldSession::HandleSetActivelVoiceChanne( WorldPacket & recv_data )
|
||||
void WorldSession::HandleSetActiveVoiceChannel( WorldPacket & recv_data )
|
||||
{
|
||||
sLog.outDebug("WORLD: CMSG_SET_ACTIVE_VOICE_CHANNEL");
|
||||
// uint32, string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue