From f696e015b718ba7ff4b19ca54f50bf9e5f4ffdaf Mon Sep 17 00:00:00 2001 From: Mordred Date: Tue, 7 Feb 2023 07:24:08 +0100 Subject: [PATCH] EventItem struct has now been split into EventItem, EventItemCastTimeline and EventItemTimeLine. Now on the right header file... --- deps/datReader/Exd/Structs.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/deps/datReader/Exd/Structs.h b/deps/datReader/Exd/Structs.h index a5cace83..7b035d94 100644 --- a/deps/datReader/Exd/Structs.h +++ b/deps/datReader/Exd/Structs.h @@ -491,13 +491,22 @@ namespace Excel { EventItemTextStruct Text; uint32_t EventHandler; - int32_t CastTimeline; - int32_t Timeline; uint16_t Icon; uint16_t Action; uint8_t StackMax; uint8_t CastTime; - int8_t padding1[2]; + uint8_t CastTimeLine; + uint8_t Timeline; + }; + + struct EventItemCastTimeLine + { + uint32_t CastTimeline; + }; + + struct EventItemTimeLine + { + uint32_t Timeline; }; /* 100766 */