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 e2ed542 commit e3de0d6Copy full SHA for e3de0d6
WowPacketParserModule.V3_4_0_45166/Parsers/LfgHandler.cs
@@ -420,6 +420,14 @@ public static void HandleDFTeleport(Packet packet)
420
packet.ReadBit("TeleportOut");
421
}
422
423
+ [Parser(Opcode.SMSG_LFG_LIST_UPDATE_EXPIRATION)]
424
+ public static void HandleLfgListUpdateExpiration(Packet packet)
425
+ {
426
+ ReadCliRideTicket(packet, "Ticket");
427
+ packet.ReadTime64("TimeoutTime");
428
+ packet.ReadByte("Status");
429
+ }
430
+
431
[Parser(Opcode.CMSG_LFG_LIST_GET_STATUS, ClientVersionBuild.V3_4_4_59817)]
432
[Parser(Opcode.CMSG_REQUEST_LFG_LIST_BLACKLIST, ClientVersionBuild.V3_4_4_59817)]
433
[Parser(Opcode.CMSG_DF_GET_JOIN_STATUS, ClientVersionBuild.V3_4_4_59817)]
0 commit comments