1
This commit is contained in:
parent
442197f46c
commit
11bc27b177
@ -1454,6 +1454,7 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
|
|||||||
params->SetVal("weapon_stats_ceg_uplimit" + i_str, p.ceg_uplimit);
|
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> post_data = a8::MutableXObject::CreateObject();
|
||||||
std::shared_ptr<a8::MutableXObject> team_list = a8::MutableXObject::CreateArray();
|
std::shared_ptr<a8::MutableXObject> team_list = a8::MutableXObject::CreateArray();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user