Skip to content

Commit

Permalink
Fix update part of 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Nov 1, 2024
1 parent bb868e4 commit c224eab
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ private static MovementInfo ReadMovementUpdateBlock(Packet packet, WowGuid guid,
}

var hasStandingOnGameObjectGUID = false;
if (ClientVersion.AddedInVersion(ClientVersionBuild.V3_4_3_51505))
if (ClientVersion.AddedInVersion(ClientVersionBuild.V3_4_2_50063))
hasStandingOnGameObjectGUID = packet.ReadBit("HasStandingOnGameObjectGUID", index);

var hasTransport = packet.ReadBit("Has Transport Data", index);
Expand Down
Loading

0 comments on commit c224eab

Please sign in to comment.