养成:放置于百家学宫内的武将觉醒bug

This commit is contained in:
luying
2021-09-02 17:39:42 +08:00
parent dc244d34ea
commit b80af321a9

View File

@@ -985,6 +985,7 @@ async function calSchoolStarIncAttr(role: RoleType, heros: HeroType[], type: num
preQuality--;
} else if (type == HERO_SYSTEM_TYPE.COLORSTAR) {
preColorStar--;
if(preColorStar <= 0) preQuality--;
} else {
return null;
}