diff --git a/shared/consts/constModules/itemConst.ts b/shared/consts/constModules/itemConst.ts index ca2cb92cf..a9556b231 100644 --- a/shared/consts/constModules/itemConst.ts +++ b/shared/consts/constModules/itemConst.ts @@ -105,7 +105,8 @@ const itid_array = [ { id: 44, name: '免冠宝石', table: 'item', type: CONSUME_TYPE.JEWEL }, { id: 45, name: '足具宝石', table: 'item', type: CONSUME_TYPE.JEWEL }, { id: 46, name: '礼器宝石', table: 'item', type: CONSUME_TYPE.JEWEL }, - { id: 47, name: '典籍宝石', table: 'item', type: CONSUME_TYPE.JEWEL } + { id: 47, name: '典籍宝石', table: 'item', type: CONSUME_TYPE.JEWEL }, + { id: 48, name: '灵玄石', table: 'item', type: CONSUME_TYPE.JEWEL } ]; export const ITID = new Map();