From eda3f971d505253ee7c5b164f50d27a5d9573153 Mon Sep 17 00:00:00 2001 From: Biscuit Date: Thu, 11 Oct 2018 16:09:53 +1100 Subject: [PATCH] Fixed Level up / Fixed Build --- src/common/Network/PacketDef/Ipcs.h | 4 ++-- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 4d1c1360..c2d9c6dd 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -127,7 +127,7 @@ enum ServerZoneIpcType : ObjectSpawn = 0x0179, // updated 4.4 ObjectDespawn = 0x017A, // updated 4.4 - SetLevelSync = 0x017B, // updated 4.4 + UpdateClassInfo = 0x017B, // updated 4.4 SilentSetClassJob = 0x017C, // updated 4.4 - seems to be the case, not sure if it's actually used for anything InitUI = 0x017D, // updated 4.4 @@ -138,7 +138,7 @@ enum ServerZoneIpcType : ModelEquip = 0x0182, // updated 4.4 Examine = 0x0183, // updated 4.4 CharaNameReq = 0x0185, // updated 4.4 - UpdateClassInfo = 0x0186, // updated 4.4 + SetLevelSync = 0x0186, // not updated for 4.4, not sure what it is anymore ItemInfo = 0x018C, // updated 4.4 ContainerInfo = 0x018D, // updated 4.4 diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index b786e13c..1fb94f8b 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -1596,7 +1596,7 @@ struct FFXIVIpcWardYardInfo : * Structural representation of the packet sent by the server * to show the current shared estate settings */ -struct FFXIVIpcActorFreeSpawn : +struct FFXIVIpcSharedEstateSettingsResponse : FFXIVIpcBasePacket< SharedEstateSettingsResponse > { struct playerEntry {