diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index b8e1f425..81865d9f 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -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 post_data = a8::MutableXObject::CreateObject(); std::shared_ptr team_list = a8::MutableXObject::CreateArray();