1
This commit is contained in:
parent
b408be64c8
commit
c555df538b
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user