mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 13:47:46 +00:00
EventItem struct has now been split into EventItem, EventItemCastTimeline and EventItemTimeLine. Now on the right header file...
This commit is contained in:
parent
1dcde6c4eb
commit
f696e015b7
1 changed files with 12 additions and 3 deletions
15
deps/datReader/Exd/Structs.h
vendored
15
deps/datReader/Exd/Structs.h
vendored
|
@ -491,13 +491,22 @@ namespace Excel
|
||||||
{
|
{
|
||||||
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