1
Fork 0
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:
Toofy 2023-02-10 20:54:45 +00:00
parent 0157b1b7f8
commit 46fd424c77

View file

@ -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;