1
This commit is contained in:
parent
e54f4767ef
commit
89dfb10a59
@ -135,7 +135,8 @@ class MissionController extends BaseAuthedController {
|
|||||||
$missionMeta = mt\Mission::get($missionDto['mission_id']);
|
$missionMeta = mt\Mission::get($missionDto['mission_id']);
|
||||||
$dropMeta = mt\Drop::get($missionMeta['reward']);
|
$dropMeta = mt\Drop::get($missionMeta['reward']);
|
||||||
if ($dropMeta) {
|
if ($dropMeta) {
|
||||||
$this->_scatterDrop($dropMeta, $this->awardService, $this->propertyChgService);
|
$dropSource = 'mission:' . $missionDto['mission_id'];
|
||||||
|
$this->_scatterDrop($dropSource, $dropMeta, $this->awardService, $this->propertyChgService);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->_rspData(array(
|
$this->_rspData(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user