1
This commit is contained in:
parent
37bb66e37f
commit
9d6f5e4125
@ -2379,7 +2379,7 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
|
|||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
post_data->SetVal("team_list", *team_list.get());
|
post_data->SetVal("team_list", *team_list.get());
|
||||||
params->SetVal("__POST", *post_data.get());
|
params->SetVal("__POST", post_data->ToJsonStr());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user