1
This commit is contained in:
parent
9d84e0ae88
commit
06d3f07634
@ -595,8 +595,8 @@ class MissionService extends BaseService {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (array_rand($metas, count($metas)) as $key) {
|
foreach (array_rand($metas, 5) as $key) {
|
||||||
$meta = $metas[array_rand($metas,1)];
|
$meta = $metas[$key];
|
||||||
if ($this->getMissionsCount() >=
|
if ($this->getMissionsCount() >=
|
||||||
$wantedRefreshMissionNum) {
|
$wantedRefreshMissionNum) {
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user