mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-06 10:47:45 +00:00
struct array and new constant
This commit is contained in:
parent
89c6a37f92
commit
0a9f2d5385
1 changed files with 5 additions and 8 deletions
|
@ -135,14 +135,11 @@ namespace Sapphire::Network::Packets::Server
|
||||||
char fcName[24];
|
char fcName[24];
|
||||||
uint8_t unknown7;
|
uint8_t unknown7;
|
||||||
uint16_t padding1;
|
uint16_t padding1;
|
||||||
uint16_t classJobIdLevel[76]; // Pairs of classJobId, classJobLevel (38 * 2)
|
struct ClassJobEntry
|
||||||
/*
|
{
|
||||||
Like this:
|
uint16_t id;
|
||||||
uint16_t gldId; // 1
|
uint16_t level;
|
||||||
uint16_t gldLevel;
|
} levelEntries[Common::CLASSJOB_TOTAL];
|
||||||
uint16_t pglId;
|
|
||||||
etc... through DNC (38)
|
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct FFXIVIpcSetSearchInfo : FFXIVIpcBasePacket< UpdateSearchInfo >
|
struct FFXIVIpcSetSearchInfo : FFXIVIpcBasePacket< UpdateSearchInfo >
|
||||||
|
|
Loading…
Add table
Reference in a new issue