fix gm-server
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user