Skip to content

Commit

Permalink
Fix spell opcodes for 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Nov 5, 2024
1 parent 1d41d2f commit b88f571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WowPacketParser/Enums/Version/V1_15_0_52146/Opcodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{ Opcode.SMSG_RESET_WEEKLY_CURRENCY, 0x2575 },
{ Opcode.SMSG_RESPEC_WIPE_CONFIRM, 0x2612 },
{ Opcode.SMSG_RESPOND_INSPECT_ACHIEVEMENTS, 0x2572 },
{ Opcode.SMSG_RESUME_CAST, 0x2C38 },
{ Opcode.SMSG_RESUME_CAST, 0x2C3A },
{ Opcode.SMSG_RESUME_CAST_BAR, 0x2C3B },
{ Opcode.SMSG_RESUME_COMMS, 0x304B },
{ Opcode.SMSG_RESUME_TOKEN, 0x25A9 },
Expand Down Expand Up @@ -1523,7 +1523,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{ Opcode.SMSG_SPELL_FAILED_OTHER, 0x2C52 },
{ Opcode.SMSG_SPELL_FAILURE, 0x2C50 },
{ Opcode.SMSG_SPELL_FAILURE_MESSAGE, 0x2C57 },
{ Opcode.SMSG_SPELL_GO, 0x2C36 },
{ Opcode.SMSG_SPELL_GO, 0x2C38 },
{ Opcode.SMSG_SPELL_HEAL_ABSORB_LOG, 0x2C1B },
{ Opcode.SMSG_SPELL_HEAL_LOG, 0x2C1A },
{ Opcode.SMSG_SPELL_INSTAKILL_LOG, 0x2C30 },
Expand All @@ -1533,7 +1533,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
{ Opcode.SMSG_SPELL_OR_DAMAGE_IMMUNE, 0x2C2C },
{ Opcode.SMSG_SPELL_PERIODIC_AURA_LOG, 0x2C18 },
{ Opcode.SMSG_SPELL_PREPARE, 0x2C35 },
{ Opcode.SMSG_SPELL_START, 0x2C37 },
{ Opcode.SMSG_SPELL_START, 0x2C39 },
{ Opcode.SMSG_SPELL_VISUAL_LOAD_SCREEN, 0x25CC },
{ Opcode.SMSG_STAND_STATE_UPDATE, 0x271C },
{ Opcode.SMSG_START_ELAPSED_TIMER, 0x2604 },
Expand Down

0 comments on commit b88f571

Please sign in to comment.