mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
works 4.0 in-game
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user