mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
Fix visual bug with the level up results
This commit is contained in:
parent
f3f19616f3
commit
98698d84a9
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user