mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 01:07:47 +00:00
Fixed struct missmatch for emotes
This commit is contained in:
parent
30f0c2912c
commit
8781b3a024
1 changed files with 1 additions and 0 deletions
1
deps/datReader/Exd/Structs.h
vendored
1
deps/datReader/Exd/Structs.h
vendored
|
@ -617,6 +617,7 @@ namespace Component::Excel
|
|||
struct Emote
|
||||
{
|
||||
EmoteTextStruct Text;
|
||||
uint32_t Unknown;
|
||||
int32_t TimelineID;
|
||||
int32_t TimelineID_Begin;
|
||||
int32_t TimelineID_End;
|
||||
|
|
Loading…
Add table
Reference in a new issue