From b59c96a5dd3bfc152fe8b345270ee69f9ff2b8f3 Mon Sep 17 00:00:00 2001 From: collett Date: Sat, 7 Mar 2020 17:46:19 +0900 Subject: [PATCH] fix job gauge structs --- src/common/Common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/Common.h b/src/common/Common.h index 2edae98e..fda36620 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -1226,11 +1226,14 @@ namespace Sapphire::Common } rdm; struct { + uint16_t unused; + uint8_t unused2; uint8_t kenki; SamSen senFlag; } sam; struct { + uint16_t unused; uint8_t aetherflowStacks; uint8_t fairyGauge; uint8_t seraphTimer; @@ -1250,6 +1253,7 @@ namespace Sapphire::Common } war; struct { + uint16_t unused; uint16_t lilyTimer; uint8_t lilies; uint8_t bloodLilies;