Merge branch '3.5-gc-fix' into '3.5-gc-fix'

Fix visual bug with the level up results

See merge request YuukiPS/GC-Proto!3
This commit is contained in:
Yuuki 2023-04-05 06:06:09 +00:00
commit 947c8e5a7b

View File

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