This commit is contained in:
parent
369fc4bd30
commit
36c094d6e0
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue