We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ac6dc commit 9bc9defCopy full SHA for 9bc9def
WowPacketParserModule.V3_4_0_45166/Parsers/MovementHandler.cs
@@ -1044,6 +1044,12 @@ public static void HandleMoveRemoveMovementInertia(Packet packet)
1044
packet.ReadUInt32("IntertiaID");
1045
}
1046
1047
+ [Parser(Opcode.CMSG_DISCARDED_TIME_SYNC_ACKS)]
1048
+ public static void HandleDiscardedTimeSyncAcks(Packet packet)
1049
+ {
1050
+ packet.ReadUInt32("MaxSequenceIndex");
1051
+ }
1052
+
1053
[Parser(Opcode.SMSG_ABORT_NEW_WORLD)]
1054
[Parser(Opcode.CMSG_WORLD_PORT_RESPONSE)]
1055
public static void HandleAbortNewWorld(Packet packet)
0 commit comments