diff options
author | Blaymoira <none@none> | 2008-12-31 15:51:33 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2008-12-31 15:51:33 +0100 |
commit | d22e91d92e8543ccd98bc016e7912bfdd5db25c2 (patch) | |
tree | 73af1d6c36e20ae74e380257ba5bb214e975a4cd /src/game/ChatHandler.cpp | |
parent | a6619b4120355db0980e43c74c4e5aba354c615b (diff) |
*Prevent spamming log files with CMSG_DECLINE_CHANNEL_INVITE - by Biglad
--HG--
branch : trunk
Diffstat (limited to 'src/game/ChatHandler.cpp')
-rw-r--r-- | src/game/ChatHandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/ChatHandler.cpp b/src/game/ChatHandler.cpp index 0eefd3a81b4..3752d7db6cc 100644 --- a/src/game/ChatHandler.cpp +++ b/src/game/ChatHandler.cpp @@ -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()); +}
\ No newline at end of file |