1
This commit is contained in:
parent
e3c302aebd
commit
39115df94f
@ -64,3 +64,5 @@ const kHAT_LUCKY = 34;
|
|||||||
|
|
||||||
const kHAT_ABS_VAL = 1;
|
const kHAT_ABS_VAL = 1;
|
||||||
const kHAT_RATE_VAL = 2;
|
const kHAT_RATE_VAL = 2;
|
||||||
|
|
||||||
|
const kWantedLockType = 3;
|
||||||
|
@ -630,14 +630,6 @@ class MissionService extends BaseService {
|
|||||||
myself()->_rspErr(1, 'mission_id parameter error2');
|
myself()->_rspErr(1, 'mission_id parameter error2');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$params = array();
|
|
||||||
{
|
|
||||||
for ($i =10; $i <= 5; ++$i) {
|
|
||||||
if (!empty($missionMeta['param' . $i])) {
|
|
||||||
array_push($params, $missionMeta['param' . $i]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
$heroCount = 0;
|
$heroCount = 0;
|
||||||
$gunCount = 0;
|
$gunCount = 0;
|
||||||
$objects = explode('|', getReqVal('objects', 0));
|
$objects = explode('|', getReqVal('objects', 0));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user