This commit is contained in:
wangwei01 2019-05-10 12:10:24 +08:00
parent c34776af6c
commit 6235c6031c

View File

@ -130,11 +130,11 @@ class RoleController{
return;
}
} else {
if ($kills < $row['kill_his']) {
$high_kill = $row['kill_his'];
if ($kill_his < $row['kill_his']) {
$kill_his = $row['kill_his'];
}
if ($harm < $row['harm_his']) {
$high_harm = $row['harm_his'];
if ($harm_his < $row['harm_his']) {
$harm_his = $row['harm_his'];
}
if ($rank == 1) {
$row['win_times']++;