fix gm-server

This commit is contained in:
luying
2020-12-28 18:13:02 +08:00
parent abe675a8d6
commit d507c7bf7f

View File

@@ -1,9 +1,9 @@
import { Service } from 'egg';
import * as pubUtils from '../pubUtils/util';
import * as pubGamedata from '../pubUtils/gamedata'
import { addSkins, addBags, addEquips } from '@pubUtils/itemUtils';
import * as pubUtils from '@pubUtils/util';
import * as pubGamedata from '@pubUtils/gamedata'
import { HeroType } from '@db/Hero';
import { calPlayerCeAndSave } from '@pubUtils/playerCe';
import { addSkins, addBags, addEquips } from '@pubUtils/itemUtils';
import { BagInter, EquipInter } from '@pubUtils/interface';
const csprng = require('csprng');