From aa3bfc41c19e62c1eeb6c110594250f8a6898d15 Mon Sep 17 00:00:00 2001
From: Yuuki <6851027-yukiz@users.noreply.gitlab.com>
Date: Tue, 9 Jul 2024 06:07:14 +0800
Subject: [PATCH] fix DungeonSlipRevivePoint
---
proto/DungeonSlipRevivePointActivateReq.proto | 23 +++--------------
proto/DungeonSlipRevivePointActivateRsp.proto | 25 ++++---------------
proto/DungeonWayPointNotify.proto | 10 ++++----
3 files changed, 14 insertions(+), 44 deletions(-)
diff --git a/proto/DungeonSlipRevivePointActivateReq.proto b/proto/DungeonSlipRevivePointActivateReq.proto
index d8621817..a57ffb93 100644
--- a/proto/DungeonSlipRevivePointActivateReq.proto
+++ b/proto/DungeonSlipRevivePointActivateReq.proto
@@ -1,23 +1,8 @@
-// https://github.com/SlushinPS/beach-simulator
-// Copyright (C) 2023 Slushy Team
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero General Public License as
-// published by the Free Software Foundation, either version 3 of the
-// License, or (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Affero General Public License for more details.
-//
-// You should have received a copy of the GNU Affero General Public License
-// along with this program. If not, see .
-
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
-// CmdId: 8945
-// Obf: NMHIJGEDOLK
+// 4.7.0
+// CmdId: 28862
+// Obf: OILPFJDPOLB
message DungeonSlipRevivePointActivateReq {
- uint32 slip_revive_point_id = 11;
+ uint32 slip_revive_point_id = 6;
}
diff --git a/proto/DungeonSlipRevivePointActivateRsp.proto b/proto/DungeonSlipRevivePointActivateRsp.proto
index b894d6c5..6c0e1e4a 100644
--- a/proto/DungeonSlipRevivePointActivateRsp.proto
+++ b/proto/DungeonSlipRevivePointActivateRsp.proto
@@ -1,24 +1,9 @@
-// https://github.com/SlushinPS/beach-simulator
-// Copyright (C) 2023 Slushy Team
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero General Public License as
-// published by the Free Software Foundation, either version 3 of the
-// License, or (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Affero General Public License for more details.
-//
-// You should have received a copy of the GNU Affero General Public License
-// along with this program. If not, see .
-
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
-// CmdId: 1980
-// Obf: CNEDCJKENNB
+// 4.7.0
+// CmdId: 24625
+// Obf: CGPKIMAAFKD
message DungeonSlipRevivePointActivateRsp {
- uint32 slip_revive_point_id = 5;
- int32 retcode = 6;
+ uint32 slip_revive_point_id = 15;
+ int32 retcode = 4;
}
diff --git a/proto/DungeonWayPointNotify.proto b/proto/DungeonWayPointNotify.proto
index b720ed55..3b14331d 100644
--- a/proto/DungeonWayPointNotify.proto
+++ b/proto/DungeonWayPointNotify.proto
@@ -2,10 +2,10 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
-// CmdId: 26318
-// Version: 4.6.0
-// Obfs: KHEPLNGHMBP
+// CmdId: 8454(x) or 27604
+// Version: 4.7.0
+// Obfs: NGNJHNCPCDG
message DungeonWayPointNotify {
- bool is_add = 6;
- repeated uint32 active_way_point_list = 14;
+ bool is_add = 3;
+ repeated uint32 active_way_point_list = 6;
}