From c555df538b41d58d6d4d1f108bb603ee3789677c Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Thu, 30 May 2019 17:04:09 +0800 Subject: [PATCH] 1 --- webapp/controller/SignController.class.php | 3 +++ 1 file changed, 3 insertions(+) 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); }