From 263df0150469c9d26efd527fbc3ea8226f199174 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 31 Jul 2018 19:11:31 +1000 Subject: [PATCH 1/2] fix CurrencyCrystalInfo opcode --- src/common/Network/PacketDef/Ipcs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index ba25a4f9..a4d93e92 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -134,9 +134,8 @@ namespace Packets { ContainerInfo = 0x0192, // updated 4.3 InventoryTransactionFinish = 0x0193, // updated 4.3 InventoryTransaction = 0x0194, // updated 4.3 + CurrencyCrystalInfo = 0x0195, // updated 4.3 InventoryActionAck = 0x0197, // updated 4.3 - CurrencyCrystalInfo = 0x0197, // updated 4.3 - wrong opcode - UpdateInventorySlot = 0x0198, // updated 4.3 EventPlay = 0x01A6, // updated 4.3 From 08c729174d9756908ffe8248d0d02ed4d188bd00 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Tue, 31 Jul 2018 19:58:09 +1000 Subject: [PATCH 2/2] fix gcaffiliation packet --- 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 a4d93e92..72381f75 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -103,7 +103,7 @@ namespace Packets { AoeEffect32 = 0x0157, // updated 4.3 PersistantEffect = 0x0158, // updated 4.3 - GCAffiliation = 0xCCFC, // OUTDATED + GCAffiliation = 0x0162, // updated 4.3 PlayerSpawn = 0x0172, // updated 4.3 NpcSpawn = 0x0173, // updated 4.3