养成:删除升星、升品、觉醒时的限制

This commit is contained in:
luying
2022-08-18 12:13:37 +08:00
parent 5e525f2953
commit 8d5097688a
2 changed files with 10 additions and 9 deletions
+1
View File
@@ -399,6 +399,7 @@ export class CheckSingleTask {
case TASK_TYPE.HERO_QUALITY: // 7. 拥有x名初始x品质武将
{
let { heroes } = param;
let records = await getRecord();
let num = 0;
for(let { hid } of heroes) {
let dicHero = gameData.hero.get(hid);