武将:修复bug

This commit is contained in:
luying
2021-07-06 18:02:55 +08:00
parent 61df3881cf
commit ed534aa715
6 changed files with 1282 additions and 1157 deletions

View File

@@ -311,7 +311,6 @@ export function calHeroStarIncAttr(originHero: HeroType, update: HeroUpdate, typ
stages.push(i + 1);
}
}
stages.push(isUpStar? ABI_STAGE.END: starStage);
} else if (type == HERO_SYSTEM_TYPE.QUALITY) {
stages = getAllAttrStage();
} else if (type = HERO_SYSTEM_TYPE.COLORSTAR) {