diff options
author | Spp <none@none> | 2010-05-01 22:40:53 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-05-01 22:40:53 +0200 |
commit | 3c4e8f36f41280e1027c4bcaba9d11e84f0bd350 (patch) | |
tree | 4bf63bf1d37db0921448363aa83b33be42175d60 | |
parent | e107730ffbbe92f2dc98c990478e527030888ff4 (diff) |
Rename some more opcodes.
Also fix the name of some older opcodes that were marked as obsolete but no longer are.
Patch by Zor (with minor modifications in handlers by me)
--HG--
branch : trunk
-rw-r--r-- | src/game/Opcodes.cpp | 14 | ||||
-rw-r--r-- | src/game/Opcodes.h | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index 3501bf20fa8..4d1ce061791 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -858,9 +858,9 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x33B*/ { "SMSG_INSTANCE_DIFFICULTY", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x33C*/ { "MSG_GM_RESETINSTANCELIMIT", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x33D*/ { "SMSG_MOTD", STATUS_NEVER, &WorldSession::Handle_ServerSide }, - /*0x33E*/ { "SMSG_MOVE_SET_FLIGHT_OBSOLETE", STATUS_NEVER, &WorldSession::Handle_ServerSide }, - /*0x33F*/ { "SMSG_MOVE_UNSET_FLIGHT_OBSOLETE", STATUS_NEVER, &WorldSession::Handle_ServerSide }, - /*0x340*/ { "CMSG_MOVE_FLIGHT_ACK_OBSOLETE", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x33E*/ { "SMSG_MOVE_SET_FLIGHT", STATUS_NEVER, &WorldSession::Handle_ServerSide }, + /*0x33F*/ { "SMSG_MOVE_UNSET_FLIGHT", STATUS_NEVER, &WorldSession::Handle_ServerSide }, + /*0x340*/ { "CMSG_MOVE_FLIGHT_ACK", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x341*/ { "MSG_MOVE_START_SWIM_CHEAT", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x342*/ { "MSG_MOVE_STOP_SWIM_CHEAT", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x343*/ { "SMSG_MOVE_SET_CAN_FLY", STATUS_NEVER, &WorldSession::Handle_ServerSide }, @@ -1322,11 +1322,11 @@ OpcodeHandler opcodeTable[NUM_MSG_TYPES] = /*0x50B*/ { "SMSG_UNKNOWN_1291", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x50C*/ { "UMSG_UNKNOWN_1292", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x50D*/ { "SMSG_REDIRECT_CLIENT", STATUS_NEVER, &WorldSession::Handle_ServerSide }, - /*0x50E*/ { "CMSG_UNKNOWN_1294", STATUS_NEVER, &WorldSession::Handle_NULL }, - /*0x50F*/ { "UMSG_UNKNOWN_1295", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x50E*/ { "CMSG_REDIRECTION_FAILED", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x50F*/ { "SMSG_UNKNOWN_1295", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x510*/ { "CMSG_UNKNOWN_1296", STATUS_NEVER, &WorldSession::Handle_NULL }, - /*0x511*/ { "UMSG_UNKNOWN_1297", STATUS_NEVER, &WorldSession::Handle_NULL }, - /*0x512*/ { "CMSG_UNKNOWN_1298", STATUS_NEVER, &WorldSession::Handle_NULL }, + /*0x511*/ { "SMSG_FORCE_SEND_QUEUED_PACKETS", STATUS_NEVER, &WorldSession::Handle_ServerSide }, + /*0x512*/ { "CMSG_REDIRECTION_AUTH_PROOF", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x513*/ { "UMSG_UNKNOWN_1299", STATUS_NEVER, &WorldSession::Handle_NULL }, /*0x514*/ { "SMSG_COMBAT_LOG_MULTIPLE", STATUS_NEVER, &WorldSession::Handle_ServerSide }, /*0x515*/ { "SMSG_LFG_OPEN_FROM_GOSSIP", STATUS_NEVER, &WorldSession::Handle_ServerSide }, diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index c5f3a151448..d5c189ca543 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -866,9 +866,9 @@ enum Opcodes SMSG_INSTANCE_DIFFICULTY = 0x33B, MSG_GM_RESETINSTANCELIMIT = 0x33C, SMSG_MOTD = 0x33D, - SMSG_MOVE_SET_FLIGHT_OBSOLETE = 0x33E, - SMSG_MOVE_UNSET_FLIGHT_OBSOLETE = 0x33F, - CMSG_MOVE_FLIGHT_ACK_OBSOLETE = 0x340, + SMSG_MOVE_SET_FLIGHT = 0x33E, + SMSG_MOVE_UNSET_FLIGHT = 0x33F, + CMSG_MOVE_FLIGHT_ACK = 0x340, MSG_MOVE_START_SWIM_CHEAT = 0x341, MSG_MOVE_STOP_SWIM_CHEAT = 0x342, SMSG_MOVE_SET_CAN_FLY = 0x343, @@ -1330,11 +1330,11 @@ enum Opcodes SMSG_UNKNOWN_1291 = 0x50B, // some item update packet? UMSG_UNKNOWN_1292 = 0x50C, // not found SMSG_REDIRECT_CLIENT = 0x50D, // uint32 ip, uint16 port, uint32 unk, uint8[20] hash (ip + port, seed=sessionkey) - CMSG_UNKNOWN_1294 = 0x50E, // something with networking - UMSG_UNKNOWN_1295 = 0x50F, // not found - disconnect + CMSG_REDIRECTION_FAILED = 0x50E, // something with networking + SMSG_UNKNOWN_1295 = 0x50F, // not found - disconnect CMSG_UNKNOWN_1296 = 0x510, // something with networking - UMSG_UNKNOWN_1297 = 0x511, // not found - crash - CMSG_UNKNOWN_1298 = 0x512, // something with networking + SMSG_FORCE_SEND_QUEUED_PACKETS = 0x511, // not found - crash + CMSG_REDIRECTION_AUTH_PROOF = 0x512, // something with networking UMSG_UNKNOWN_1299 = 0x513, // not found SMSG_UNKNOWN_1300 = 0x514, // SMSG SMSG_UNKNOWN_1301 = 0x515, // event 0x204 (opens dungeon finder, probably for outdoor bosses) |