This commit is contained in:
aozhiwei 2019-07-23 17:21:53 +08:00
parent 641453ba6b
commit a96df3f221

View File

@ -2092,7 +2092,7 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
} }
{ {
stats.score = stats.rank; stats.score = stats.rank;
params->SetVal("score", stats.score); params->SetVal("score", 11 - stats.score);
} }
params->SetVal("room_uuid", room->room_uuid); params->SetVal("room_uuid", room->room_uuid);
} }