1
This commit is contained in:
parent
ed24fd5b48
commit
0bc3f6075b
@ -647,6 +647,8 @@ class MissionService extends BaseService {
|
|||||||
{
|
{
|
||||||
//武器
|
//武器
|
||||||
++$gunCount;
|
++$gunCount;
|
||||||
|
$gunDb = Gun::find($id);
|
||||||
|
if ($gunDb) {
|
||||||
array_push(
|
array_push(
|
||||||
$mission['objects'],
|
$mission['objects'],
|
||||||
array(
|
array(
|
||||||
@ -655,6 +657,7 @@ class MissionService extends BaseService {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user