port updateTask, addTask, clearCompleted, taskDefaults, uuid

This commit is contained in:
Matteo Pagliazzi
2016-04-03 21:50:32 +02:00
parent 060e3b1045
commit 382e391fd0
14 changed files with 322 additions and 99 deletions

View File

@@ -121,6 +121,8 @@ import openMysteryItem from './ops/openMysteryItem';
import releasePets from './ops/releasePets';
import releaseBoth from './ops/releaseBoth';
import releaseMounts from './ops/releaseMounts';
import updateTask from './ops/updateTask';
import clearCompleted from './ops/clearCompleted';
api.ops = {
scoreTask,
@@ -143,6 +145,8 @@ api.ops = {
releasePets,
releaseBoth,
releaseMounts,
updateTask,
clearCompleted,
};
import handleTwoHanded from './fns/handleTwoHanded';