Skip to content

Commit e34203e

Browse files
committed
4.4.2 replace 3 opcode values
SMSG_ACCOUNT_HEIRLOOM_UPDATE SMSG_COMPRESSED_PACKET SMSG_MULTIPLE_PACKETS
1 parent a4f8157 commit e34203e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • WowPacketParser/Enums/Version/V4_4_2_59185

WowPacketParser/Enums/Version/V4_4_2_59185/Opcodes.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
732732
{ Opcode.SMSG_ACCOUNT_CRITERIA_UPDATE, 0x3B02EB },
733733
{ Opcode.SMSG_ACCOUNT_DATA_TIMES, 0x3B01A6 },
734734
{ Opcode.SMSG_ACCOUNT_EXPORT_RESPONSE, 0x3B0327 }, // NYI
735-
{ Opcode.SMSG_ACCOUNT_HEIRLOOM_UPDATE, 0x25B5 },
735+
{ Opcode.SMSG_ACCOUNT_HEIRLOOM_UPDATE, 0x3B0050 },
736736
{ Opcode.SMSG_ACCOUNT_MOUNT_REMOVED, 0x3B0048 }, // NYI
737737
{ Opcode.SMSG_ACCOUNT_MOUNT_UPDATE, 0x3B0047 },
738738
{ Opcode.SMSG_ACCOUNT_NOTIFICATIONS_RESPONSE, 0x3B0305 }, // NYI
@@ -952,7 +952,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
952952
{ Opcode.SMSG_COMMERCE_TOKEN_GET_MARKET_PRICE_RESPONSE, 0x3B026E },
953953
{ Opcode.SMSG_COMMERCE_TOKEN_UPDATE, 0x3B026D },
954954
{ Opcode.SMSG_COMPLAINT_RESULT, 0x3B0147 },
955-
{ Opcode.SMSG_COMPRESSED_PACKET, 0x3052 },
955+
{ Opcode.SMSG_COMPRESSED_PACKET, 0x42000A },
956956
{ Opcode.SMSG_CONFIRM_BARBERS_CHOICE, 0x3B0159 }, // NYI
957957
{ Opcode.SMSG_CONFIRM_PARTY_INVITE, 0x3B02AF }, // NYI
958958
{ Opcode.SMSG_CONNECT_TO, 0x420005 },
@@ -1338,7 +1338,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
13381338
{ Opcode.SMSG_MOVE_UPDATE_TELEPORT, 0x4C000F },
13391339
{ Opcode.SMSG_MOVE_UPDATE_TURN_RATE, 0x4C000B },
13401340
{ Opcode.SMSG_MOVE_UPDATE_WALK_SPEED, 0x4C0006 },
1341-
{ Opcode.SMSG_MULTIPLE_PACKETS, 0x3051 },
1341+
{ Opcode.SMSG_MULTIPLE_PACKETS, 0x420009 },
13421342
{ Opcode.SMSG_NEUTRAL_PLAYER_FACTION_SELECT_RESULT, 0x3B0075 }, // NYI
13431343
{ Opcode.SMSG_NEW_DATA_BUILD, 0x3B032B }, // NYI
13441344
{ Opcode.SMSG_NEW_TAXI_PATH, 0x3B011A },

0 commit comments

Comments
 (0)