1
This commit is contained in:
parent
a41c8d4a18
commit
37e5c17bcf
@ -195,6 +195,9 @@ class RankController{
|
|||||||
if ($i > 49) {
|
if ($i > 49) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if ($integral_db[$i][1] == '游客' || $integral_db[$i][1] == '极乐玩家') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
$score = 0;
|
$score = 0;
|
||||||
$rank = 0;
|
$rank = 0;
|
||||||
$seaPoint_meta_table = require('../res/seasomPoint@seasomPoint.php');
|
$seaPoint_meta_table = require('../res/seasomPoint@seasomPoint.php');
|
||||||
|
@ -650,6 +650,7 @@ class RoleController{
|
|||||||
':biogame_times' => $row['biogame_times'] + 1,
|
':biogame_times' => $row['biogame_times'] + 1,
|
||||||
':integral' => $row['integral'] + 10,
|
':integral' => $row['integral'] + 10,
|
||||||
':game_times' => $row['game_times'] + 1,
|
':game_times' => $row['game_times'] + 1,
|
||||||
|
':kill_modifytime' => time(),
|
||||||
));
|
));
|
||||||
if (!$ret) {
|
if (!$ret) {
|
||||||
die();
|
die();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user