Ported reset. Added unit tests. Added reset route. Added integration tests

This commit is contained in:
Keith Holliday
2016-04-12 11:16:54 -05:00
parent 40c9366a47
commit 3970064fe5
10 changed files with 233 additions and 31 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { MAX_LEVEL } from '../constants';
import {
NotAuthorized,
} from '../libs/errors';
import resetGear from './resetGear';
import resetGear from '../fns/resetGear';
import equip from './equip';
const USERSTATSLIST = ['per', 'int', 'con', 'str', 'points', 'gp', 'exp', 'mp'];