Sync proto hiro

This commit is contained in:
Akbar Yahya
2023-04-03 14:51:55 +08:00
parent 5eb05fff34
commit cbd6502c4b
217 changed files with 5404 additions and 3171 deletions

View File

@@ -7,10 +7,10 @@ option java_package = "emu.grasscutter.net.proto";
// CmdId: 684
message ReliquaryPromoteRsp {
int32 retcode = 13;
uint32 ONKINPFPNPJ = 9;
uint32 PJGFEEMIPBL = 8;
repeated uint32 CHKOMADPLAO = 14;
repeated uint32 PBPLNHFCKIO = 11;
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
uint64 target_reliquary_guid = 2;
}