This commit is contained in:
aozhiwei 2022-11-23 16:09:03 +08:00
parent 65bac10a3b
commit 9bb00d28af

View File

@ -2155,7 +2155,7 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
stats.victory = stats.rank == 1; stats.victory = stats.rank == 1;
if (GetTeam()->GetAliveNum() <= 0) { if (GetTeam()->GetAliveNum() <= 0) {
GetTeam()->team_rank = room->GetAliveTeamNum(); GetTeam()->team_rank = room->GetAliveTeamNum();
stats.pvp_settlement_type = 1; stats.pvp_settlement_type = GetTeam()->GetMemberNum() > 1 ? 1 : 0;
stats.settlement_color = 1; stats.settlement_color = 1;
} }
if (rank < 10) { if (rank < 10) {