Skip to content

Commit 50d5855

Browse files
committed
Fix parsing 4.2.0 SMSG_ON_MONSTER_MOVE
1 parent 7954760 commit 50d5855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WowPacketParser/Parsing/Parsers/MovementHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public static void HandleMonsterMove(Packet packet)
276276
return;
277277
}
278278

279-
if (ClientVersion.AddedInVersion(ClientVersionBuild.V4_2_2_14545))
279+
if (ClientVersion.AddedInVersion(ClientVersionBuild.V4_2_0_14333))
280280
{
281281
// Not the best way
282282
ReadSplineMovement422(packet, pos);

0 commit comments

Comments
 (0)