From 11bc27b177484e3fe82acaac7677b92b1b111f0d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 16 Mar 2023 19:05:29 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 1 + 1 file changed, 1 insertion(+) 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();