1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 17:27:47 +00:00

Fixed struct missmatch for emotes

This commit is contained in:
Mordred 2021-11-30 16:27:27 +01:00
parent 30f0c2912c
commit 8781b3a024

View file

@ -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;