1
Fork 0
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:
karashiiro 2019-07-27 17:59:23 -07:00 committed by GitHub
parent 89c6a37f92
commit 0a9f2d5385

View file

@ -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 >