From 6e6223504d09b7f2eef1a6b3100fcc83d9c441dc Mon Sep 17 00:00:00 2001 From: Mordred Date: Sun, 12 Aug 2018 23:06:12 +0200 Subject: [PATCH] Field in npcspawn adjusted --- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index c2bdbe2e..f3658812 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -480,7 +480,7 @@ struct FFXIVIpcNpcSpawn : FFXIVIpcBasePacket uint32_t u18; uint32_t u19; uint32_t directorId; - uint32_t ownerId; + uint32_t spawnerId; uint32_t parentActorId; uint32_t hPMax; uint32_t hPCurr;