1
This commit is contained in:
parent
c34776af6c
commit
6235c6031c
@ -130,11 +130,11 @@ class RoleController{
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ($kills < $row['kill_his']) {
|
if ($kill_his < $row['kill_his']) {
|
||||||
$high_kill = $row['kill_his'];
|
$kill_his = $row['kill_his'];
|
||||||
}
|
}
|
||||||
if ($harm < $row['harm_his']) {
|
if ($harm_his < $row['harm_his']) {
|
||||||
$high_harm = $row['harm_his'];
|
$harm_his = $row['harm_his'];
|
||||||
}
|
}
|
||||||
if ($rank == 1) {
|
if ($rank == 1) {
|
||||||
$row['win_times']++;
|
$row['win_times']++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user