mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
corrected
This commit is contained in:
parent
963694bd08
commit
135c6c7e5d
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