This commit is contained in:
aozhiwei 2022-11-18 18:51:49 +08:00
parent 91c9d391b5
commit 4cc44c42ed
2 changed files with 6 additions and 1 deletions

View File

@ -4577,7 +4577,7 @@ void Human::FillMFSettlement(cs::SMGameOver* msg, cs::MFSettlement* s)
s->set_map_id(room->GetMapMeta()->i->map_id());
s->set_map_name(room->GetMapMeta()->i->map_name());
s->set_rank_chg(0);
//s->set_rank_chg(0);
for (auto item : msg->spoils_items()) {
if (!(a8::XValue(item.values(1)).GetString().empty())) {
auto p = s->add_spoils_items();

View File

@ -66,6 +66,11 @@ struct PlayerStats
int rescue_member = 0;
int rescue_guild_member = 0;
int old_rank = 0;
int new_rank = 0;
int old_score = 0;
int new_score = 0;
int assist = 0;
int pve_wave = 0;
int revive = 0;