Skip to content

Commit 16433d3

Browse files
committed
Identify 1.15.7 SMSG_ON_MONSTER_MOVE
1 parent bf11239 commit 16433d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • WowPacketParser/Enums/Version/V1_15_7_60000

WowPacketParser/Enums/Version/V1_15_7_60000/Opcodes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ public static BiDictionary<Opcode, int> Opcodes(Direction direction)
16971697
{ Opcode.SMSG_NPC_INTERACTION_OPEN_RESULT, 0x370307 },
16981698
{ Opcode.SMSG_OFFER_PETITION_ERROR, 0x37014E },
16991699
{ Opcode.SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA, 0x37017D },
1700-
{ Opcode.SMSG_ON_MONSTER_MOVE, 0x4C0002 },
1700+
{ Opcode.SMSG_ON_MONSTER_MOVE, 0x4D0002 },
17011701
{ Opcode.SMSG_OPEN_ARTIFACT_FORGE, 0x370233 },
17021702
{ Opcode.SMSG_OPEN_CONTAINER, 0x4E0006 },
17031703
{ Opcode.SMSG_OPEN_LFG_DUNGEON_FINDER, 0x450015 },

0 commit comments

Comments
 (0)