1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

Changed some fieldnames for consistency

This commit is contained in:
Mordred 2018-08-10 08:03:16 +02:00 committed by GitHub
parent add1725596
commit ebf44583a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -481,7 +481,7 @@ struct FFXIVIpcNpcSpawn : FFXIVIpcBasePacket<NpcSpawn>
uint32_t u19;
uint32_t directorId;
uint32_t ownerId;
uint32_t parentOwnerId;
uint32_t parentActorId;
uint32_t hPMax;
uint32_t hPCurr;
uint32_t displayFlags;
@ -521,7 +521,7 @@ struct FFXIVIpcNpcSpawn : FFXIVIpcBasePacket<NpcSpawn>
char fcTag[6];
uint32_t unk30;
uint32_t unk31;
uint8_t bnpcPartSlot;
uint8_t bNPCPartSlot;
uint8_t unk32;
uint16_t unk33;
uint32_t unk34;