1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +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;
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;