This commit is contained in:
libccy 2016-09-22 10:49:55 +08:00
parent 369fc4bd30
commit 36c094d6e0
1 changed files with 5 additions and 0 deletions

View File

@ -11311,6 +11311,11 @@
list.push(this.skills[i]);
}
}
if(all){
for(var i in this.additionalSkills){
this.removeAdditionalSkill(i);
}
}
this.removeSkill(list);
this.checkConflict();
this.checkMarks();