1
This commit is contained in:
parent
9dfaa0d3a8
commit
ffe5cb2cf4
@ -238,4 +238,19 @@ void Team::GenBattleReportData(a8::MutableXObject* params)
|
|||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
int pvp_team_kills = 0;
|
||||||
|
|
||||||
|
auto members_pb = a8::MutableXObject::CreateArray();
|
||||||
|
TraverseMembers
|
||||||
|
(
|
||||||
|
[members_pb] (Human* hum)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
});
|
||||||
|
|
||||||
|
params->SetVal("pvp_team_kills", pvp_team_kills);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user