This commit is contained in:
wangwei01 2019-05-30 17:04:09 +08:00
parent b408be64c8
commit c555df538b

View File

@ -117,6 +117,9 @@ class SignController{
return;
}
$sign_days = 1;
$quest = new classes\Quest();
$quest->triggerQuest(QUEST_DAY_LOGIN, 1, 1, $account_id);
$quest->triggerQuest(QUEST_SUM_LOGIN, 2, 1, $account_id);
if (time() >= $start_time && time() < $end_time) {
$quest->triggerQuest(QUEST_ACTIVITY_LOGIN, 3, 1, $account_id);
}