This commit is contained in:
aozhiwei 2020-12-04 10:31:03 +08:00
parent a41c8d4a18
commit 37e5c17bcf
2 changed files with 4 additions and 0 deletions

View File

@ -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');

View File

@ -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();