diff options
-rw-r--r-- | src/server/game/Server/Protocol/Opcodes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h index 6949e1e4f7a..0e4a8376f57 100644 --- a/src/server/game/Server/Protocol/Opcodes.h +++ b/src/server/game/Server/Protocol/Opcodes.h @@ -908,7 +908,7 @@ enum OpcodeServer : uint16 SMSG_ACCOUNT_TOY_UPDATE = 0x25B2, SMSG_ACHIEVEMENT_DELETED = 0x26EC, SMSG_ACHIEVEMENT_EARNED = 0x2645, - SMSG_ACTIVATE_TAXI_REPLY = 0x2884, + SMSG_ACTIVATE_TAXI_REPLY = 0x2681, SMSG_ACTIVE_GLYPHS = 0x2C53, SMSG_ADDON_LIST_REQUEST = 0x2644, SMSG_ADD_BATTLENET_FRIEND_RESPONSE = 0x263F, @@ -1495,7 +1495,7 @@ enum OpcodeServer : uint16 SMSG_MOVE_UPDATE_WALK_SPEED = 0x2DD8, SMSG_NEUTRAL_PLAYER_FACTION_SELECT_RESULT = 0x25DE, SMSG_NEW_DATA_BUILD = 0x28AE, - SMSG_NEW_TAXI_PATH = 0x2822, + SMSG_NEW_TAXI_PATH = 0x2682, SMSG_NEW_WORLD = 0x2596, SMSG_NOTIFY_DEST_LOC_SPELL_CAST = 0x2C42, SMSG_NOTIFY_MISSILE_TRAJECTORY_COLLISION = 0x26AE, @@ -1821,8 +1821,8 @@ enum OpcodeServer : uint16 SMSG_VAS_PURCHASE_STATE_UPDATE = 0x27F5, SMSG_VENDOR_INVENTORY = 0x25BA, SMSG_VIGNETTE_UPDATE = 0x3008, - SMSG_VOICE_CHANNEL_INFO_RESPONSE = 0x2682, - SMSG_VOICE_CHANNEL_STT_TOKEN_RESPONSE = 0x2681, + SMSG_VOICE_CHANNEL_INFO_RESPONSE = 0x2822, + SMSG_VOICE_CHANNEL_STT_TOKEN_RESPONSE = 0x2884, SMSG_VOICE_LOGIN_RESPONSE = 0x2821, SMSG_VOID_ITEM_SWAP_RESPONSE = 0x2DA4, SMSG_VOID_STORAGE_CONTENTS = 0x2DA1, |