1
This commit is contained in:
parent
4277ae2f99
commit
2a31081009
@ -2206,7 +2206,10 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
|
||||
}
|
||||
}
|
||||
}//end if rank_reward_meta
|
||||
params->SetVal("items", items_str != "|" ? items_str : "");
|
||||
if (!items_str.empty() && items_str[items_str.size() - 1] == '|') {
|
||||
items_str.erase(items_str.begin() + items_str.size() - 1);
|
||||
}
|
||||
params->SetVal("items", items_str);
|
||||
}
|
||||
{
|
||||
stats.pass_score = MetaMgr::Instance()->GetKillPointParam1(stats.kills);
|
||||
|
Loading…
x
Reference in New Issue
Block a user