mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-24 10:37:45 +00:00
Fixing EventItem struct for 3.3. Used quest ClsThm050 as a test
This commit is contained in:
parent
9eaa423c23
commit
9d6ed6b0dd
1 changed files with 3 additions and 3 deletions
6
deps/datReader/Exd/Structs.h
vendored
6
deps/datReader/Exd/Structs.h
vendored
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue