1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-28 20:27:46 +00:00

fix job gauge structs

This commit is contained in:
collett 2020-03-07 17:46:19 +09:00
parent 093e5c27c4
commit b59c96a5dd

View file

@ -1226,11 +1226,14 @@ namespace Sapphire::Common
} rdm; } rdm;
struct struct
{ {
uint16_t unused;
uint8_t unused2;
uint8_t kenki; uint8_t kenki;
SamSen senFlag; SamSen senFlag;
} sam; } sam;
struct struct
{ {
uint16_t unused;
uint8_t aetherflowStacks; uint8_t aetherflowStacks;
uint8_t fairyGauge; uint8_t fairyGauge;
uint8_t seraphTimer; uint8_t seraphTimer;
@ -1250,6 +1253,7 @@ namespace Sapphire::Common
} war; } war;
struct struct
{ {
uint16_t unused;
uint16_t lilyTimer; uint16_t lilyTimer;
uint8_t lilies; uint8_t lilies;
uint8_t bloodLilies; uint8_t bloodLilies;