From 9d6ed6b0dd01adbee52a3392377d478fb6192397 Mon Sep 17 00:00:00 2001 From: Toofy Date: Tue, 7 Feb 2023 03:07:38 +0000 Subject: [PATCH] Fixing EventItem struct for 3.3. Used quest ClsThm050 as a test --- deps/datReader/Exd/Structs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/datReader/Exd/Structs.h b/deps/datReader/Exd/Structs.h index a5cace83..2535b892 100644 --- a/deps/datReader/Exd/Structs.h +++ b/deps/datReader/Exd/Structs.h @@ -491,13 +491,13 @@ namespace Excel { EventItemTextStruct Text; uint32_t EventHandler; - int32_t CastTimeline; - int32_t Timeline; uint16_t Icon; uint16_t Action; uint8_t StackMax; + uint8_t padding0[1]; uint8_t CastTime; - int8_t padding1[2]; + uint8_t Timeline; + int32_t CastTimeline; }; /* 100766 */