diff --git a/shared/pubUtils/dictionary/DicGoods.ts b/shared/pubUtils/dictionary/DicGoods.ts index 5ebb07f36..ef747cf28 100644 --- a/shared/pubUtils/dictionary/DicGoods.ts +++ b/shared/pubUtils/dictionary/DicGoods.ts @@ -1,6 +1,6 @@ // 物品表 import { decodeArrayListStr, readFileAndParse, parseGoodStr, } from '../util' -import { FILENAME, ITID, } from '../../consts' +import { FILENAME } from '../../consts' import { RewardInter } from '../interface'; const _ = require('lodash');