port disable classes and change class ops

This commit is contained in:
Matteo Pagliazzi
2016-03-24 14:25:30 +01:00
parent 23f92e2d28
commit 159b9eaa8d
9 changed files with 312 additions and 44 deletions

View File

@@ -109,6 +109,8 @@ import buyMysterySet from './ops/buyMysterySet';
import buyQuest from './ops/buyQuest';
import buySpecialSpell from './ops/buySpecialSpell';
import allocateNow from './ops/allocateNow';
import changeClass from './ops/changeClass';
import disableClasses from './ops/disableClasses';
api.ops = {
scoreTask,
@@ -119,6 +121,8 @@ api.ops = {
buySpecialSpell,
buyQuest,
allocateNow,
changeClass,
disableClasses,
};
import handleTwoHanded from './fns/handleTwoHanded';