mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +00:00
more opcode picked up
This commit is contained in:
parent
39cc5af97b
commit
d8ae481ced
1 changed files with 9 additions and 9 deletions
|
@ -68,7 +68,7 @@ namespace Sapphire::Network::Packets
|
||||||
CFMemberStatus = 0x0079,
|
CFMemberStatus = 0x0079,
|
||||||
CFDutyInfo = 0x007A,
|
CFDutyInfo = 0x007A,
|
||||||
CFPlayerInNeed = 0x007F,
|
CFPlayerInNeed = 0x007F,
|
||||||
CFPreferredRole = 0x032A, // added 5.18
|
CFPreferredRole = 0x031F, // added 5.2
|
||||||
|
|
||||||
SocialRequestError = 0x00AD,
|
SocialRequestError = 0x00AD,
|
||||||
|
|
||||||
|
@ -84,8 +84,8 @@ namespace Sapphire::Network::Packets
|
||||||
|
|
||||||
SocialList = 0x033E, // updated 5.2
|
SocialList = 0x033E, // updated 5.2
|
||||||
|
|
||||||
ExamineSearchInfo = 0x012B, // updated 5.18
|
ExamineSearchInfo = 0x0186, // updated 5.2
|
||||||
UpdateSearchInfo = 0x01E5, // updated 5.18
|
UpdateSearchInfo = 0x017D, // updated 5.2
|
||||||
InitSearchInfo = 0x021C, // updated 5.2
|
InitSearchInfo = 0x021C, // updated 5.2
|
||||||
ExamineSearchComment = 0x0102, // updated 4.1
|
ExamineSearchComment = 0x0102, // updated 4.1
|
||||||
|
|
||||||
|
@ -109,12 +109,12 @@ namespace Sapphire::Network::Packets
|
||||||
ReqMoogleMailLetter = 0x0139, // updated 5.0
|
ReqMoogleMailLetter = 0x0139, // updated 5.0
|
||||||
MailLetterNotification = 0x013A, // updated 5.0
|
MailLetterNotification = 0x013A, // updated 5.0
|
||||||
|
|
||||||
MarketTaxRates = 0x025E, // updated 5.18
|
MarketTaxRates = 0x02CD, // updated 5.2
|
||||||
|
|
||||||
MarketBoardItemListingCount = 0x0328, // updated 5.18
|
MarketBoardItemListingCount = 0x030A, // updated 5.2
|
||||||
MarketBoardItemListing = 0x015F, // updated 5.18
|
MarketBoardItemListing = 0x023E, // updated 5.2
|
||||||
MarketBoardItemListingHistory = 0x0113, // updated 5.18
|
MarketBoardItemListingHistory = 0x03C0, // updated 5.2
|
||||||
MarketBoardSearchResult = 0x01EA, // updated 5.18
|
MarketBoardSearchResult = 0x03D2, // updated 5.2
|
||||||
|
|
||||||
CharaFreeCompanyTag = 0x013B, // updated 4.5
|
CharaFreeCompanyTag = 0x013B, // updated 4.5
|
||||||
FreeCompanyBoardMsg = 0x013C, // updated 4.5
|
FreeCompanyBoardMsg = 0x013C, // updated 4.5
|
||||||
|
@ -159,7 +159,7 @@ namespace Sapphire::Network::Packets
|
||||||
PlayerClassInfo = 0x039A, // updated 5.2
|
PlayerClassInfo = 0x039A, // updated 5.2
|
||||||
|
|
||||||
ModelEquip = 0x02E6, // updated 5.18
|
ModelEquip = 0x02E6, // updated 5.18
|
||||||
Examine = 0x0366, // updated 5.18
|
Examine = 0x038B, // updated 5.2
|
||||||
CharaNameReq = 0x0116, // updated 5.18
|
CharaNameReq = 0x0116, // updated 5.18
|
||||||
|
|
||||||
// nb: see #565 on github
|
// nb: see #565 on github
|
||||||
|
|
Loading…
Add table
Reference in a new issue