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/Opcodes.cpp | |
parent | a6619b4120355db0980e43c74c4e5aba354c615b (diff) |
*Prevent spamming log files with CMSG_DECLINE_CHANNEL_INVITE - by Biglad
--HG--
branch : trunk
Diffstat (limited to 'src/game/Opcodes.cpp')
-rw-r--r-- | src/game/Opcodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index 3e2108a6cab..73b6650caa1 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -1067,7 +1067,7 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x40C*/ { "CMSG_GRANT_LEVEL", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x40D*/ { "CMSG_REFER_A_FRIEND", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x40E*/ { "MSG_GM_CHANGE_ARENA_RATING", STATUS_NEVER, &WorldSession::Handle_NULL }, - /*0x40F*/ { "CMSG_DECLINE_CHANNEL_INVITE", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x40F*/ { "CMSG_DECLINE_CHANNEL_INVITE", STATUS_LOGGEDIN, &WorldSession::HandleChannelDeclineInvite }, /*0x410*/ { "CMSG_GROUPACTION_THROTTLED", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x411*/ { "SMSG_OVERRIDE_LIGHT", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x412*/ { "SMSG_TOTEM_CREATED", STATUS_NEVER, &WorldSession::Handle_ServerSide }, |