This commit is contained in:
aozhiwei 2022-06-05 15:37:51 +08:00
parent e3c302aebd
commit 39115df94f
2 changed files with 2 additions and 8 deletions

View File

@ -64,3 +64,5 @@ const kHAT_LUCKY = 34;
const kHAT_ABS_VAL = 1;
const kHAT_RATE_VAL = 2;
const kWantedLockType = 3;

View File

@ -630,14 +630,6 @@ class MissionService extends BaseService {
myself()->_rspErr(1, 'mission_id parameter error2');
return;
}
$params = array();
{
for ($i =10; $i <= 5; ++$i) {
if (!empty($missionMeta['param' . $i])) {
array_push($params, $missionMeta['param' . $i]);
}
}
}
$heroCount = 0;
$gunCount = 0;
$objects = explode('|', getReqVal('objects', 0));