1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-30 16:17:46 +00:00

Change of classJob struct for 3.01, 3.0 is probably broken now

This commit is contained in:
Mordred 2021-12-14 00:43:53 +01:00
parent bba2dc3197
commit 62bf7e25c3

View file

@ -254,6 +254,7 @@ namespace Component::Excel
uint8_t Town; uint8_t Town;
uint8_t PartyBuff; uint8_t PartyBuff;
uint8_t UIPriority; uint8_t UIPriority;
uint8_t Unknown6;
int8_t MonsterNote; int8_t MonsterNote;
int8_t BattleClassIndex; int8_t BattleClassIndex;