mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 00:47:45 +00:00
EventItem struct has now been split into EventItem, EventItemCastTimeline and EventItemTimeLine
This commit is contained in:
parent
6a36433235
commit
1dcde6c4eb
1 changed files with 12 additions and 3 deletions
15
deps/datReaderPs3/Exd/Structs.h
vendored
15
deps/datReaderPs3/Exd/Structs.h
vendored
|
@ -426,13 +426,22 @@ namespace Excel::Ps3
|
||||||
{
|
{
|
||||||
EventItemTextStruct Text;
|
EventItemTextStruct Text;
|
||||||
uint32_t EventHandler;
|
uint32_t EventHandler;
|
||||||
int32_t CastTimeline;
|
|
||||||
int32_t Timeline;
|
|
||||||
uint16_t Icon;
|
uint16_t Icon;
|
||||||
uint16_t Action;
|
uint16_t Action;
|
||||||
uint8_t StackMax;
|
uint8_t StackMax;
|
||||||
uint8_t CastTime;
|
uint8_t CastTime;
|
||||||
int8_t padding1[2];
|
uint8_t CastTimeLine;
|
||||||
|
uint8_t Timeline;
|
||||||
|
};
|
||||||
|
|
||||||
|
struct EventItemCastTimeLine
|
||||||
|
{
|
||||||
|
uint32_t CastTimeline;
|
||||||
|
};
|
||||||
|
|
||||||
|
struct EventItemTimeLine
|
||||||
|
{
|
||||||
|
uint32_t Timeline;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 100766 */
|
/* 100766 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue