diff options
author | Nay <dnpd.dd@gmail.com> | 2012-07-16 21:52:22 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-07-16 21:52:22 +0100 |
commit | b6510e1ffaba0a8edf91a170abdc4ef6747a3ef0 (patch) | |
tree | 4ff7c2aed5e7443cd2c43894d45a7c28e962507a /src | |
parent | 8773b08e99275b372db41a37c21d19687fd567b7 (diff) |
Core/PacketIO: Remove a wrong opcode, add one and correct an opcode name
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Server/Protocol/Opcodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 6c96b2eb0d0..38e9c75978f 100755 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -487,7 +487,7 @@ enum Opcodes MSG_AUCTION_HELLO = 0x2307, MSG_BATTLEGROUND_PLAYER_POSITIONS = 0x0000, MSG_CHANNEL_START = 0x0A15, - MSG_CHANNEL_UPDATE = 0x0000, + MSG_CHANNEL_UPDATE = 0x2417, MSG_CORPSE_QUERY = 0x0000, MSG_GM_BIND_OTHER = 0x0000, MSG_GM_SHOWLABEL = 0x0000, @@ -547,7 +547,7 @@ enum Opcodes MSG_MOVE_UNROOT = 0x7DB4, MSG_MOVE_UPDATE_CAN_FLY = 0x0000, MSG_MOVE_UPDATE_FLIGHT_SPEED = 0x30B1, - MSG_MOVE_UPDATE_MOUSE = 0x7914, + MSG_MOVE_UPDATE_MOUSE = 0x0000, MSG_MOVE_UPDATE_RUN_SPEED = 0x14A6, MSG_MOVE_UPDATE_TELEPORT = 0x50B2, MSG_MOVE_WATER_WALK = 0x0000, @@ -1009,7 +1009,7 @@ enum Opcodes SMSG_QUESTUPDATE_FAILED = 0x6324, SMSG_QUESTUPDATE_FAILEDTIMER = 0x0000, SMSG_QUEST_CONFIRM_ACCEPT = 0x6F07, - SMSG_QUEST_FORCE_REMOVED = 0x6605, + SMSG_QUEST_FORCE_REMOVE = 0x6605, SMSG_QUEST_POI_QUERY_RESPONSE = 0x6304, SMSG_QUEST_QUERY_RESPONSE = 0x6936, SMSG_RAID_GROUP_ONLY = 0x0837, |