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:
parent
093e5c27c4
commit
b59c96a5dd
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue