This commit is contained in:
hujiabin 2022-11-16 21:48:41 +08:00
parent dc5b518d03
commit 4dbeb38df6

View File

@ -60,11 +60,14 @@ class RankActivityService extends BaseService {
switch ($currentRankingMeta['themeType']){ switch ($currentRankingMeta['themeType']){
case self::KILLS_TYPE : case self::KILLS_TYPE :
{ {
$kills = getReqVal('kills', 0);
if($kills>0){
$this->internalUpdateRankActivityNew( $this->internalUpdateRankActivityNew(
$currentRankingMeta, $currentRankingMeta,
getReqVal('kills', 0), getReqVal('kills', 0),
$userDb); $userDb);
} }
}
break; break;
case self::WINS_TYPE : case self::WINS_TYPE :
{ {