mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
using proper constant
Just set it to the preexisting constant. Is it supposed to be 28? There are 38 classes and jobs.
This commit is contained in:
parent
fbf82c937e
commit
d76d238095
1 changed files with 2 additions and 2 deletions
|
@ -135,13 +135,13 @@ 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[38 * 2]; // Pairs of classJobId, classJobLevel
|
uint16_t classJobIdLevel[Common::CLASSJOB_SLOTS * 2]; // Pairs of classJobId, classJobLevel
|
||||||
/*
|
/*
|
||||||
Like this:
|
Like this:
|
||||||
uint16_t gldId; // 1
|
uint16_t gldId; // 1
|
||||||
uint16_t gldLevel;
|
uint16_t gldLevel;
|
||||||
uint16_t pglId;
|
uint16_t pglId;
|
||||||
etc... through DNC
|
etc... through DNC (38)
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue