1
This commit is contained in:
parent
c555df538b
commit
4d8f32f0a4
@ -339,6 +339,10 @@ class RoleController{
|
|||||||
$quest = new classes\Quest();
|
$quest = new classes\Quest();
|
||||||
$quest->triggerQuest(QUEST_DAY_SHARE, 1, 1, $account_id);
|
$quest->triggerQuest(QUEST_DAY_SHARE, 1, 1, $account_id);
|
||||||
$quest->triggerQuest(QUEST_SUM_SHARE, 2, 1, $account_id);
|
$quest->triggerQuest(QUEST_SUM_SHARE, 2, 1, $account_id);
|
||||||
|
echo json_encode(array(
|
||||||
|
'errcode' => 0,
|
||||||
|
'errmsg' => '',
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function historyInfo()
|
public function historyInfo()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user