From e3adca98a26807ca6279f345b80f1f1b3b6601ad Mon Sep 17 00:00:00 2001 From: collett Date: Fri, 20 Mar 2020 02:17:37 +0900 Subject: [PATCH] opcode --- src/common/Network/PacketDef/Ipcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 10d2e428..6274f339 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -148,7 +148,7 @@ namespace Sapphire::Network::Packets PartyList = 0x0287, // updated 5.18 HateRank = 0x0381, // updated 5.21 hotfix HateList = 0x01F0, // updated 5.21 hotfix - ObjectSpawn = 0x01B3, // updated 5.2 + ObjectSpawn = 0x0342, // updated 5.21 hotfix ObjectDespawn = 0x034B, // updated 5.18 UpdateClassInfo = 0x0235, // updated 5.21 hotfix SilentSetClassJob = 0x018E, // updated 5.0 - seems to be the case, not sure if it's actually used for anything