1
Fork 0
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:
Mordred 2023-02-07 07:24:08 +01:00
parent 1dcde6c4eb
commit f696e015b7

View file

@ -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 */