This commit is contained in:
aozhiwei 2019-07-23 17:21:39 +08:00
parent fae243676a
commit 641453ba6b

View File

@ -2033,7 +2033,7 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
p->set_player_avatar_url(avatar_url);
p->set_account_id(account_id);
p->set_kills(stats.kills);
p->set_cup(stats.cup);
p->set_cup(11 - stats.rank);
p->set_gold(stats.gold);
p->set_dead_times(stats.dead_times);