mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
review response
This commit is contained in:
parent
0c0d5d81fc
commit
a58c82f83d
3 changed files with 6 additions and 6 deletions
|
@ -101,7 +101,7 @@ namespace Sapphire::Network::Packets
|
|||
|
||||
MailDeleteRequest = 0x012B, // updated 5.0
|
||||
|
||||
FreeCompanyMemberLogInOut = 0x012C, // added 5.0
|
||||
FreeCompanyEvent = 0x012C, // added 5.0
|
||||
// 12D - 137 - constant gap between 4.5x -> 5.0
|
||||
ReqMoogleMailList = 0x0138, // updated 5.0
|
||||
ReqMoogleMailLetter = 0x0139, // updated 5.0
|
||||
|
|
|
@ -326,7 +326,7 @@ struct FFXIVIpcMarketBoardRequestItemListingInfo :
|
|||
struct FFXIVIpcFreeCompanyUpdateShortMessageHandler :
|
||||
FFXIVIpcBasePacket< FreeCompanyUpdateShortMessageHandler >
|
||||
{
|
||||
char shortMessage[104]; // Contains old/gibberish data in remaining slots if not filled
|
||||
char shortMessage[104];
|
||||
uint8_t padding;
|
||||
uint8_t unknown;
|
||||
uint32_t unknown1;
|
||||
|
|
|
@ -247,7 +247,7 @@ namespace Sapphire::Network::Packets::Server
|
|||
} entry[8];
|
||||
};
|
||||
|
||||
struct FFXIVIpcFreeCompanyMemberLogInOut : FFXIVIpcBasePacket< FreeCompanyMemberLogInOut >
|
||||
struct FFXIVIpcFreeCompanyEvent : FFXIVIpcBasePacket< FreeCompanyEvent >
|
||||
{
|
||||
uint16_t unknown;
|
||||
uint16_t unknown1;
|
||||
|
@ -255,12 +255,12 @@ namespace Sapphire::Network::Packets::Server
|
|||
uint16_t unknown3;
|
||||
uint16_t unknown4;
|
||||
char padding[6];
|
||||
uint8_t status; // 0x0F Login, 0x10 Logout
|
||||
uint8_t eventID; // 0x0F Login, 0x10 Logout
|
||||
uint8_t padding1;
|
||||
char padding2[6];
|
||||
uint16_t unknown5;
|
||||
char fc[46];
|
||||
char character[32];
|
||||
char fcName[46];
|
||||
char characterName[32];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue