From c552d590c9152756ef50f79b8360278c1eb41f5e Mon Sep 17 00:00:00 2001 From: Nukoooo <89713806+Nukoooo@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:12:02 +0800 Subject: [PATCH] Add PartyFinderListing packet https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Internal/PartyFinderPacketListing.cs --- idaplugins/ffnetwork.py | 1 + 1 file changed, 1 insertion(+) diff --git a/idaplugins/ffnetwork.py b/idaplugins/ffnetwork.py index c3bbd6c..610a5e2 100644 --- a/idaplugins/ffnetwork.py +++ b/idaplugins/ffnetwork.py @@ -11,6 +11,7 @@ packet_names = { 13: 'CFDutyInfo', # note: could be +1 14: 'CFNotify', # note: could be +1 18: 'CFPreferredRole', # note: could be +1 + 26: 'PartyFinderListing', # note: index packet 19 ~ 48 are UI related 81: 'CrossWorldLinkshellList', # note: could be +1 89: 'FellowshipList', # note: could be +1 111: 'Playtime', # note: could be +1