🐞 fix(巅峰演武): 赛季切换后结算不再计入

This commit is contained in:
luying
2022-12-09 16:20:30 +08:00
parent 254e063774
commit fb42aae569
4 changed files with 22 additions and 13 deletions
+2
View File
@@ -62,6 +62,7 @@ export class HeroParam {
ePlace: EPlace[]; // 武将装备引用数组
artifact: number = 0;
subHid: number = 0;
talent: Talent[] = [];
usedTalentPoint: number = 0;
totalTalentPoint: number = 0;
@@ -96,6 +97,7 @@ export class HeroParam {
}
this.ePlace = hero.ePlace;
this.artifact = hero.artifact;
this.subHid = hero.subHid;
}
}