Move cron and preening code to server, add support for quests in cron

This commit is contained in:
Matteo Pagliazzi
2016-02-08 22:18:57 +01:00
parent 3b9c921c2f
commit 35e6274cd6
6 changed files with 297 additions and 307 deletions

View File

@@ -14,7 +14,7 @@ import Q from 'q';
import _ from 'lodash';
import moment from 'moment';
import scoreTask from '../../../../common/script/api-v3/scoreTask';
import { preenHistory } from '../../../../common/script/api-v3/preening';
import { preenHistory } from '../../libs/api-v3/preening';
let api = {};