From 43b629ee705a7f37a04023bf4ef21b3daa7f1806 Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 7 Jul 2023 16:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E8=BF=9C=E5=BE=81&=E5=B7=85?= =?UTF-8?q?=E5=B3=B0):=20=E5=AF=B9=E6=89=8B=E5=AE=9D=E7=89=A9=E6=97=A0id?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/domain/dbGeneral.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/domain/dbGeneral.ts b/shared/domain/dbGeneral.ts index 35e034e35..441727003 100644 --- a/shared/domain/dbGeneral.ts +++ b/shared/domain/dbGeneral.ts @@ -117,7 +117,7 @@ export class PvpHeroInfo { @prop({ required: true, _id: false }) attribute?: string; // 属性 - @prop({ required: true, _id: false, type: HeroArtifact }) + @prop({ required: true, type: HeroArtifact }) artifact?: HeroArtifact[] = []; // 宝物 @prop({ required: false, type: EPlace, _id: false })