mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
sync proto v1-v3 public
This commit is contained in:
@@ -20,11 +20,12 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// CmdId: 1695
|
||||
// Obf: JJBMNICCKDE
|
||||
message AvatarUpgradeRsp {
|
||||
map<uint32, float> cur_fight_prop_map = 12;
|
||||
map<uint32, float> old_fight_prop_map = 12;
|
||||
uint64 avatar_guid = 8;
|
||||
uint32 old_level = 14;
|
||||
map<uint32, float> old_fight_prop_map = 13;
|
||||
uint32 cur_level = 14;
|
||||
map<uint32, float> cur_fight_prop_map = 13;
|
||||
int32 retcode = 10;
|
||||
uint32 cur_level = 4;
|
||||
uint32 old_level = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user