*Prevent spamming log files with CMSG_DECLINE_CHANNEL_INVITE - by Biglad

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2008-12-31 15:51:33 +01:00
parent a6619b4120
commit d22e91d92e
3 changed files with 7 additions and 1 deletions

View File

@@ -583,3 +583,8 @@ void WorldSession::HandleChatIgnoredOpcode(WorldPacket& recv_data )
ChatHandler::FillMessageData(&data, this, CHAT_MSG_IGNORED, LANG_UNIVERSAL, NULL, GetPlayer()->GetGUID(), GetPlayer()->GetName(),NULL);
player->GetSession()->SendPacket(&data);
}
void WorldSession::HandleChannelDeclineInvite(WorldPacket &recvPacket)
{
sLog.outDebug("Opcode %u", recvPacket.GetOpcode());
}