Skip to content

Commit

Permalink
Fix previous commit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 12, 2025
1 parent 5f9a283 commit 3827c83
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -1242,7 +1242,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{ Opcode.SMSG_DUEL_REQUESTED, 0x3D001A },
{ Opcode.SMSG_DUEL_WINNER, 0x3D0020 },
{ Opcode.SMSG_DURABILITY_DAMAGE_DEATH, 0x3701DA },
{ Opcode.SMSG_EMOTE, 0x3B0259 },
{ Opcode.SMSG_EMOTE, 0x370259 },
{ Opcode.SMSG_ENABLE_BARBER_SHOP, 0x370154 },
{ Opcode.SMSG_ENCHANTMENT_LOG, 0x3701AA },
{ Opcode.SMSG_ENCOUNTER_END, 0x370214 },
Expand Down

0 comments on commit 3827c83

Please sign in to comment.