diff --git a/shared/consts/constModules/itemConst.ts b/shared/consts/constModules/itemConst.ts index 52708983b..3df536361 100644 --- a/shared/consts/constModules/itemConst.ts +++ b/shared/consts/constModules/itemConst.ts @@ -97,11 +97,11 @@ export const ITEM_TABLE = { const itid_array = [ { id: 1, name: '神兵', table: 'equip', type: EQUIP_TYPE.WEAPON, equipJewel: JEWEL_TYPE.WEAPON }, - { id: 2, name: '宝甲', table: 'equip', type: EQUIP_TYPE.WEAPON, equipJewel: JEWEL_TYPE.CLOTHES }, - { id: 3, name: '冠冕', table: 'equip', type: EQUIP_TYPE.WEAPON, equipJewel: JEWEL_TYPE.CAP }, - { id: 4, name: '行具', table: 'equip', type: EQUIP_TYPE.WEAPON, equipJewel: JEWEL_TYPE.SHOES }, - { id: 5, name: '典籍', table: 'equip', type: EQUIP_TYPE.WEAPON, equipJewel: JEWEL_TYPE.BOOK }, - { id: 6, name: '饰品', table: 'equip', type: EQUIP_TYPE.WEAPON, equipJewel: JEWEL_TYPE.ACCESSORY }, + { id: 2, name: '宝甲', table: 'equip', type: EQUIP_TYPE.CLOTHES, equipJewel: JEWEL_TYPE.CLOTHES }, + { id: 3, name: '冠冕', table: 'equip', type: EQUIP_TYPE.SHOES, equipJewel: JEWEL_TYPE.CAP }, + { id: 4, name: '行具', table: 'equip', type: EQUIP_TYPE.CAP, equipJewel: JEWEL_TYPE.SHOES }, + { id: 5, name: '典籍', table: 'equip', type: EQUIP_TYPE.BOOK, equipJewel: JEWEL_TYPE.BOOK }, + { id: 6, name: '饰品', table: 'equip', type: EQUIP_TYPE.ACCESSORY, equipJewel: JEWEL_TYPE.ACCESSORY }, { id: 24, name: '消耗品', table: 'item', type: CONSUME_TYPE.CONSUME },