diff --git a/webapp/controller/RankController.class.php b/webapp/controller/RankController.class.php index feba617..c95d943 100644 --- a/webapp/controller/RankController.class.php +++ b/webapp/controller/RankController.class.php @@ -195,6 +195,9 @@ class RankController{ if ($i > 49) { break; } + if ($integral_db[$i][1] == '游客' || $integral_db[$i][1] == '极乐玩家') { + continue; + } $score = 0; $rank = 0; $seaPoint_meta_table = require('../res/seasomPoint@seasomPoint.php'); diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index e307f10..5d46b4a 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -650,6 +650,7 @@ class RoleController{ ':biogame_times' => $row['biogame_times'] + 1, ':integral' => $row['integral'] + 10, ':game_times' => $row['game_times'] + 1, + ':kill_modifytime' => time(), )); if (!$ret) { die();