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

update FFXIVIpcNpcSpawn

This commit is contained in:
NotAdam 2018-08-08 22:57:16 +10:00
parent 1ab679721d
commit 1a95399a7e

View file

@ -481,7 +481,7 @@ struct FFXIVIpcNpcSpawn : FFXIVIpcBasePacket<NpcSpawn>
uint32_t u19;
uint32_t directorId;
uint32_t ownerId;
uint32_t u22;
uint32_t parentOwnerId;
uint32_t hPMax;
uint32_t hPCurr;
uint32_t displayFlags;
@ -520,6 +520,11 @@ struct FFXIVIpcNpcSpawn : FFXIVIpcBasePacket<NpcSpawn>
uint8_t look[26];
char fcTag[6];
uint32_t unk30;
uint32_t unk31;
uint8_t bnpcPartSlot;
uint8_t unk32;
uint16_t unk33;
uint32_t unk34;
};
/**