This commit is contained in:
aozhiwei 2023-03-16 19:05:29 +08:00
parent 442197f46c
commit 11bc27b177

View File

@ -1454,6 +1454,7 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
params->SetVal("weapon_stats_ceg_uplimit" + i_str, p.ceg_uplimit);
}
}
params->SetVal("is_team_statemented", GetTeam()->GetAliveNum() <= 0 ? 1 : 0);
{
std::shared_ptr<a8::MutableXObject> post_data = a8::MutableXObject::CreateObject();
std::shared_ptr<a8::MutableXObject> team_list = a8::MutableXObject::CreateArray();