mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Updated eventitem struct with second padding to be a uint
This commit is contained in:
parent
46fd424c77
commit
af3677104e
1 changed files with 1 additions and 1 deletions
2
deps/datReader/Exd/Structs.h
vendored
2
deps/datReader/Exd/Structs.h
vendored
|
@ -498,7 +498,7 @@ namespace Excel
|
|||
uint8_t CastTime;
|
||||
uint8_t CastTimeLine;
|
||||
uint8_t Timeline;
|
||||
int8_t padding1[3];
|
||||
uint8_t padding1[3];
|
||||
};
|
||||
|
||||
struct EventItemCastTimeLine
|
||||
|
|
Loading…
Add table
Reference in a new issue