From 62bf7e25c35855d5e54fd7fe0d917c768a94cc5f Mon Sep 17 00:00:00 2001 From: Mordred Date: Tue, 14 Dec 2021 00:43:53 +0100 Subject: [PATCH] Change of classJob struct for 3.01, 3.0 is probably broken now --- deps/datReader/Exd/Structs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/datReader/Exd/Structs.h b/deps/datReader/Exd/Structs.h index 873b82e8..168bb9eb 100644 --- a/deps/datReader/Exd/Structs.h +++ b/deps/datReader/Exd/Structs.h @@ -254,6 +254,7 @@ namespace Component::Excel uint8_t Town; uint8_t PartyBuff; uint8_t UIPriority; + uint8_t Unknown6; int8_t MonsterNote; int8_t BattleClassIndex;