mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
corrected
This commit is contained in:
parent
d99d9aea30
commit
89c6a37f92
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ namespace Sapphire::Network::Packets::Server
|
|||
char fcName[24];
|
||||
uint8_t unknown7;
|
||||
uint16_t padding1;
|
||||
uint16_t classJobIdLevel[Common::CLASSJOB_SLOTS * 2]; // Pairs of classJobId, classJobLevel
|
||||
uint16_t classJobIdLevel[76]; // Pairs of classJobId, classJobLevel (38 * 2)
|
||||
/*
|
||||
Like this:
|
||||
uint16_t gldId; // 1
|
||||
|
|
Loading…
Add table
Reference in a new issue