works 4.0 in-game

This commit is contained in:
Yuuki
2023-08-17 19:18:58 +08:00
parent 8588bcbdc7
commit 5c8ce7171b
1422 changed files with 25367 additions and 24850 deletions

View File

@@ -15,18 +15,15 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 631
// Obf: JHMCANALDCP
// CmdId: 25485
// Obf: CAHAEBGDMKK
message ReliquaryUpgradeRsp {
uint32 cur_level = 4;
uint64 target_reliquary_guid = 10;
int32 retcode = 6;
uint32 power_up_rate = 14;
uint32 old_level = 5;
repeated uint32 cur_append_prop_list = 11;
repeated uint32 old_append_prop_list = 13;
uint32 cur_level = 13;
uint32 power_up_rate = 11;
repeated uint32 old_append_prop_list = 14;
uint32 old_level = 8;
repeated uint32 cur_append_prop_list = 15;
uint64 target_reliquary_guid = 5;
int32 retcode = 10;
}