mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
commit
9447ef1600
1 changed files with 6 additions and 1 deletions
|
@ -481,7 +481,7 @@ struct FFXIVIpcNpcSpawn : FFXIVIpcBasePacket<NpcSpawn>
|
||||||
uint32_t u19;
|
uint32_t u19;
|
||||||
uint32_t directorId;
|
uint32_t directorId;
|
||||||
uint32_t ownerId;
|
uint32_t ownerId;
|
||||||
uint32_t u22;
|
uint32_t parentActorId;
|
||||||
uint32_t hPMax;
|
uint32_t hPMax;
|
||||||
uint32_t hPCurr;
|
uint32_t hPCurr;
|
||||||
uint32_t displayFlags;
|
uint32_t displayFlags;
|
||||||
|
@ -520,6 +520,11 @@ struct FFXIVIpcNpcSpawn : FFXIVIpcBasePacket<NpcSpawn>
|
||||||
uint8_t look[26];
|
uint8_t look[26];
|
||||||
char fcTag[6];
|
char fcTag[6];
|
||||||
uint32_t unk30;
|
uint32_t unk30;
|
||||||
|
uint32_t unk31;
|
||||||
|
uint8_t bNPCPartSlot;
|
||||||
|
uint8_t unk32;
|
||||||
|
uint16_t unk33;
|
||||||
|
uint32_t unk34;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue