宝石类型

This commit is contained in:
mamengke01
2020-12-18 18:30:11 +08:00
parent 009537d1c7
commit f01ef54240
5 changed files with 30 additions and 15 deletions

View File

@@ -91,7 +91,7 @@ const itid_array = [
{ id: 34, name: '代币', table: 'item', type: CONSUME_TYPE.POINT },
{ id: 39, name: '时装', table: 'hero', type: CONSUME_TYPE.SKIN },
{ id: 40, name: '装备碎片', table: 'item', type: CONSUME_TYPE.PIECE },
{ id: 41, name: '宝石', table: 'item', type: CONSUME_TYPE.JEWEL }
{ id: 42, name: '宝石', table: 'item', type: CONSUME_TYPE.JEWEL }
];
export const ITID = new Map<number, {id: number, name: string, table: string, type?: number, isCurrency?: boolean}>();