2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
|
|
|
|
2023-02-28 04:12:44 +03:00
|
|
|
// Name: EGKNAIKCCFF
|
|
|
|
// CmdId: 684
|
2022-11-06 15:30:21 +03:00
|
|
|
message ReliquaryPromoteRsp {
|
2023-02-28 04:12:44 +03:00
|
|
|
int32 retcode = 13;
|
2023-04-03 09:51:55 +03:00
|
|
|
uint32 cur_promote_level = 9; // ONKINPFPNPJ
|
|
|
|
uint32 old_promote_level = 8; // PJGFEEMIPBL
|
|
|
|
repeated uint32 cur_append_prop_list = 14; // CHKOMADPLAO
|
|
|
|
repeated uint32 old_append_prop_list = 11; // PBPLNHFCKIO
|
2023-02-28 04:12:44 +03:00
|
|
|
uint64 target_reliquary_guid = 2;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 04:12:44 +03:00
|
|
|
|