mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
Updated eventitem struct with first padding to be a uint
This commit is contained in:
parent
0157b1b7f8
commit
46fd424c77
1 changed files with 1 additions and 1 deletions
2
deps/datReader/Exd/Structs.h
vendored
2
deps/datReader/Exd/Structs.h
vendored
|
@ -494,7 +494,7 @@ namespace Excel
|
|||
uint16_t Icon;
|
||||
uint16_t Action;
|
||||
uint8_t StackMax;
|
||||
int8_t padding0[1];
|
||||
uint8_t padding0[1];
|
||||
uint8_t CastTime;
|
||||
uint8_t CastTimeLine;
|
||||
uint8_t Timeline;
|
||||
|
|
Loading…
Add table
Reference in a new issue