1
This commit is contained in:
parent
eadd44c8be
commit
df3a46c2c6
@ -18,6 +18,7 @@
|
||||
|
||||
#include "mt/Param.h"
|
||||
#include "mt/Map.h"
|
||||
#include "mt/MapMode.h"
|
||||
#include "mt/Hero.h"
|
||||
#include "mt/PveGemini.h"
|
||||
#include "mt/PveGeminiMode.h"
|
||||
@ -280,6 +281,7 @@ void Team::GenBattleReportData(Human* player, a8::MutableXObject* params)
|
||||
params->SetVal("room_mode", room->GetReportRoomMode());
|
||||
params->SetVal("team_id", GetTeamId());
|
||||
params->SetVal("team_mode", 1);
|
||||
params->SetVal("map_mode_id", room->GetMapModeMeta()->id());
|
||||
params->SetVal("map_mode", room->GetReportMapMode());
|
||||
params->SetVal("map_id", room->GetMapMeta()->map_id());
|
||||
if (room->IsPveRoom()) {
|
||||
@ -617,6 +619,8 @@ void Team::GenRoomReportData(a8::MutableXObject* params)
|
||||
{
|
||||
params->SetVal("battle_uuid", battle_uuid_);
|
||||
params->SetVal("team_id", GetTeamId());
|
||||
params->SetVal("map_mode_id", room->GetMapModeMeta()->id());
|
||||
params->SetVal("map_mode", room->GetReportMapMode());
|
||||
|
||||
if (room->IsPveRoom()) {
|
||||
params->SetVal("victory", room->pve_data.pve_kill_boss == 1 ? 1 : 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user