Skip to content

Commit 9bc9def

Browse files
committed
Add wotlk_classic CMSG_DISCARDED_TIME_SYNC_ACKS
1 parent b9ac6dc commit 9bc9def

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WowPacketParserModule.V3_4_0_45166/Parsers/MovementHandler.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,12 @@ public static void HandleMoveRemoveMovementInertia(Packet packet)
10441044
packet.ReadUInt32("IntertiaID");
10451045
}
10461046

1047+
[Parser(Opcode.CMSG_DISCARDED_TIME_SYNC_ACKS)]
1048+
public static void HandleDiscardedTimeSyncAcks(Packet packet)
1049+
{
1050+
packet.ReadUInt32("MaxSequenceIndex");
1051+
}
1052+
10471053
[Parser(Opcode.SMSG_ABORT_NEW_WORLD)]
10481054
[Parser(Opcode.CMSG_WORLD_PORT_RESPONSE)]
10491055
public static void HandleAbortNewWorld(Packet packet)

0 commit comments

Comments
 (0)