mirror of
https://github.com/awgil/ffxiv_reverse.git
synced 2025-06-08 09:27:44 +00:00
Add PartyFinderListing packet
https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Gui/PartyFinder/Internal/PartyFinderPacketListing.cs
This commit is contained in:
parent
eb09b0b01d
commit
c552d590c9
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ packet_names = {
|
||||||
13: 'CFDutyInfo', # note: could be +1
|
13: 'CFDutyInfo', # note: could be +1
|
||||||
14: 'CFNotify', # note: could be +1
|
14: 'CFNotify', # note: could be +1
|
||||||
18: 'CFPreferredRole', # 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
|
81: 'CrossWorldLinkshellList', # note: could be +1
|
||||||
89: 'FellowshipList', # note: could be +1
|
89: 'FellowshipList', # note: could be +1
|
||||||
111: 'Playtime', # note: could be +1
|
111: 'Playtime', # note: could be +1
|
||||||
|
|
Loading…
Add table
Reference in a new issue