From 2b78ab080861e5db536b5a0de274202bdc1a2d5f Mon Sep 17 00:00:00 2001 From: collett Date: Thu, 20 Jun 2024 18:08:57 +0900 Subject: [PATCH] opcode fix --- src/common/Network/PacketDef/Ipcs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 2204aaad..1f8aaa9a 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -228,10 +228,10 @@ enum ServerZoneIpcType : Mount = 0x09F, // updated 6.58 hotfix 2 - DirectorVars = 0xF3A6, // updated 6.58 hotfix 2 + DirectorVars = 0x3A6, // updated 6.58 hotfix 2 DirectorMsg1 = 0xF084, // updated 5.18 DirectorMsg2 = 0xF0C1, // updated 5.18 - DirectorMsg4 = 0x03A9, // updated 6.58 hotfix 2 + DirectorMsg4 = 0x3A9, // updated 6.58 hotfix 2 DirectorMsg8 = 0xF28A, // updated 5.18 DirectorMsg16 = 0xF28C, // updated 5.18 DirectorPopUp = 0xF3DF, // updated 5.58h