update proto for dev quest

This commit is contained in:
Yuuki
2023-06-12 12:27:06 +08:00
parent 27d6009501
commit e3cdc44614
4 changed files with 6 additions and 6 deletions

View File

@@ -22,10 +22,10 @@ option java_package = "emu.grasscutter.net.proto";
// CmdId: 1695
// Obf: JJBMNICCKDE
message AvatarUpgradeRsp {
map<uint32, float> old_fight_prop_map = 12;
map<uint32, float> old_fight_prop_map = 13;
uint64 avatar_guid = 8;
uint32 cur_level = 14;
map<uint32, float> cur_fight_prop_map = 13;
map<uint32, float> cur_fight_prop_map = 12;
int32 retcode = 10;
uint32 old_level = 4;
}