养成:删除升星、升品、觉醒时的限制
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user