diff --git a/webapp/controller/SignController.class.php b/webapp/controller/SignController.class.php index 3fa12e4..e910ea2 100644 --- a/webapp/controller/SignController.class.php +++ b/webapp/controller/SignController.class.php @@ -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); }