From 750c4f7dee6203f2f828815e9275eec27a995701 Mon Sep 17 00:00:00 2001 From: Spp_ Date: Sun, 26 Sep 2010 19:29:35 +0400 Subject: [PATCH] [10545] Better way mark not implemented packets. Signed-off-by: VladimirMangos --- src/game/Opcodes.cpp | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index f6ea2308494..2a12b2a620d 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -904,10 +904,10 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x36B*/ { "CMSG_LFG_SET_NEEDS", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x36C*/ { "CMSG_LFG_SET_BOOT_VOTE", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x36D*/ { "SMSG_LFG_BOOT_PLAYER", STATUS_NEVER, &WorldSession::Handle_ServerSide }, - /*0x36E*/ { "CMSG_LFD_PLAYER_LOCK_INFO_REQUEST", STATUS_LOGGEDIN, &WorldSession::Handle_NULL }, + /*0x36E*/ { "CMSG_LFD_PLAYER_LOCK_INFO_REQUEST", STATUS_UNHANDLED,&WorldSession::Handle_NULL }, /*0x36F*/ { "SMSG_LFG_PLAYER_INFO", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x370*/ { "CMSG_LFG_TELEPORT", STATUS_NEVER, &WorldSession::Handle_NULL }, - /*0x371*/ { "CMSG_LFD_PARTY_LOCK_INFO_REQUEST", STATUS_LOGGEDIN, &WorldSession::Handle_NULL }, + /*0x371*/ { "CMSG_LFD_PARTY_LOCK_INFO_REQUEST", STATUS_UNHANDLED,&WorldSession::Handle_NULL }, /*0x372*/ { "SMSG_LFG_PARTY_INFO", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x373*/ { "SMSG_TITLE_EARNED", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x374*/ { "CMSG_SET_TITLE", STATUS_LOGGEDIN, &WorldSession::HandleSetTitleOpcode }, diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index a710b683365..f9dfe9aee7a 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10544" + #define REVISION_NR "10545" #endif // __REVISION_NR_H__