This commit is contained in:
aozhiwei 2019-07-25 20:46:27 +08:00
parent d50eeb344c
commit 5703d51dc6

View File

@ -1173,6 +1173,7 @@ void Room::BattleReport()
return false;
}
#if 0
if (a->stats.dead_times < b->stats.dead_times) {
return true;
}
@ -1186,6 +1187,7 @@ void Room::BattleReport()
if (a->stats.damage_amount_out < b->stats.damage_amount_out) {
return false;
}
#endif
if (a->stats.last_kill_timeseq < b->stats.last_kill_timeseq) {
return true;