From b6086f4f2c70f880e49305699218ac30009945a1 Mon Sep 17 00:00:00 2001 From: Akbar Yahya Date: Mon, 6 Mar 2023 15:22:31 +0800 Subject: [PATCH] Update PacketOpcodes --- PacketOpcodes.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PacketOpcodes.java b/PacketOpcodes.java index e739d31e..e442d470 100644 --- a/PacketOpcodes.java +++ b/PacketOpcodes.java @@ -1920,6 +1920,6 @@ public class PacketOpcodes { public static final int WorldRoutineChangeNotify = 3546; public static final int WorldRoutineTypeCloseNotify = 3536; public static final int WorldRoutineTypeRefreshNotify = 3509; - public static final int SkipPlayerGameTimeReq = 108; - public static final int SkipPlayerGameTimeRsp = 166; + public static final int SkipPlayerGameTimeReq = 163; + public static final int SkipPlayerGameTimeRsp = 196; }