diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 3a84aaa0..e5ccb5bb 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -135,13 +135,13 @@ namespace Sapphire::Network::Packets::Server char fcName[24]; uint8_t unknown7; 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: uint16_t gldId; // 1 uint16_t gldLevel; uint16_t pglId; - etc... through DNC + etc... through DNC (38) */ };