mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 18:27:47 +00:00
[3.3] Fix CustomTalk exd struct
(cherry picked from commit c243cf165fd36e0e0bca9b0f05f55e4c47766148)
This commit is contained in:
parent
0cddd14936
commit
4ef05823e1
1 changed files with 3 additions and 1 deletions
4
deps/datReader/Exd/Structs.h
vendored
4
deps/datReader/Exd/Structs.h
vendored
|
@ -3453,6 +3453,7 @@ namespace Excel
|
|||
struct CustomTalkTextStruct
|
||||
{
|
||||
Excel::StringOffset Name;
|
||||
Excel::StringOffset NpcUnk;
|
||||
};
|
||||
|
||||
/* 362364 */
|
||||
|
@ -3461,6 +3462,7 @@ namespace Excel
|
|||
CustomTalkDefineStruct Define[30];
|
||||
CustomTalkTextStruct Text;
|
||||
Excel::StringOffset Script;
|
||||
uint32_t UnknownFC;
|
||||
uint32_t MapIcon;
|
||||
uint8_t padding0 : 1;
|
||||
uint8_t ListenHousing : 1;
|
||||
|
@ -3470,7 +3472,7 @@ namespace Excel
|
|||
uint8_t ConditionCallback : 1;
|
||||
uint8_t AcceptCallback : 1;
|
||||
uint8_t ClientEvent : 1;
|
||||
int8_t padding1[3];
|
||||
uint8_t Unknown105: 1;
|
||||
};
|
||||
|
||||
/* 362365 */
|
||||
|
|
Loading…
Add table
Reference in a new issue