update proto part 9

This commit is contained in:
Akbar Yahya
2023-03-11 23:42:44 +08:00
parent 37d8c65b1d
commit 9f3f542d24
42 changed files with 319 additions and 180 deletions

View File

@@ -10,7 +10,7 @@ message AvatarUpgradeRsp {
uint32 cur_level = 15;
int32 retcode = 1;
uint64 avatar_guid = 13;
map<uint32, float> oldFightPropMap = 7;
map<uint32, float> curFightPropMap = 12;
map<uint32, float> cur_fight_prop_map = 7; //GEKBLKPMJCG
map<uint32, float> old_fight_prop_map = 12; //AFEDLAOGFOC
}