Ported reset. Added unit tests. Added reset route. Added integration tests
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user