clearSkills 底层修改

This commit is contained in:
Spmario233 2024-02-19 19:58:47 +08:00
parent ee0f6675a6
commit d7ea2546d1
1 changed files with 1 additions and 1 deletions

View File

@ -7823,7 +7823,7 @@ export class Player extends HTMLDivElement {
this.removeAdditionalSkill(i);
}
}
this[all ? 'removeSkill' : 'removeSkillLog'](list);
this[all ? 'removeSkill' : 'removeSkills'](list);
this.checkConflict();
this.checkMarks();
return list;