Skip to content

Commit 3123c34

Browse files
committed
Fixed parsing of SMSG_ON_MONSTER_MOVE in 11.2.0
1 parent f0dfc73 commit 3123c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WowPacketParserModule.V11_0_0_55666/Parsers/MovementHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static void ReadMovementMonsterSpline(Packet packet, Vector3 pos, WowGuid
154154
ReadMovementSpline(packet, pos, indexes, "MovementSpline");
155155
}
156156

157-
[Parser(Opcode.SMSG_ON_MONSTER_MOVE)]
157+
[Parser(Opcode.SMSG_ON_MONSTER_MOVE, ClientVersionBuild.V11_2_5_63506)]
158158
public static void HandleOnMonsterMove(Packet packet)
159159
{
160160
PacketMonsterMove monsterMove = packet.Holder.MonsterMove = new();

0 commit comments

Comments
 (0)