Skip to content

Commit

Permalink
SMSG_UNKNOWN_3605009 -> SMSG_BATTLE_PAY_DELIVERABLE_DELIVERED
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliminationzx committed Jan 24, 2025
1 parent 0d7765d commit d811b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Opcode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3395,7 +3395,7 @@ public enum Opcode
SMSG_UPDATE_INSTANCE_OWNERSHIP,
SMSG_UPDATE_LAST_INSTANCE,
SMSG_UPDATE_OBJECT,
SMSG_UNKNOWN_3605009,
SMSG_BATTLE_PAY_DELIVERABLE_DELIVERED,
SMSG_UPDATE_PET_TALENT_DATA,
SMSG_UPDATE_PRIMARY_SPEC,
SMSG_UPDATE_RECENT_PLAYER_GUIDS,
Expand Down
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/Version/V11_0_7_58123/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{ Opcode.SMSG_UPDATE_INSTANCE_OWNERSHIP, 0x370142 },
{ Opcode.SMSG_UPDATE_LAST_INSTANCE, 0x370121 },
{ Opcode.SMSG_UPDATE_OBJECT, 0x470000 },
{ Opcode.SMSG_UNKNOWN_3605009, 0x370211 },
{ Opcode.SMSG_BATTLE_PAY_DELIVERABLE_DELIVERED, 0x370211 },
{ Opcode.SMSG_UPDATE_PRIMARY_SPEC, 0x37006F },
{ Opcode.SMSG_UPDATE_RECENT_PLAYER_GUIDS, 0x37008C },
{ Opcode.SMSG_UPDATE_TALENT_DATA, 0x37006E },
Expand Down

0 comments on commit d811b41

Please sign in to comment.