This commit is contained in:
aozhiwei 2022-11-23 10:53:07 +08:00
parent 3ebbdf55a0
commit ad61b4b761

View File

@ -2156,7 +2156,7 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
GetTeam()->team_rank = room->GetAliveTeamNum(); GetTeam()->team_rank = room->GetAliveTeamNum();
} }
if (stats.victory) { if (stats.victory) {
GetTeam()->team_rank = 1; GetTeam()->team_rank = 0;
} }
} }
} }