Sync with L2JServer Jan 2nd 2015.
This commit is contained in:
@@ -235,6 +235,9 @@ public final class SkillTreesData implements DocumentParser
|
||||
case "subClassConditions":
|
||||
skillLearn.addSubclassConditions(parseInteger(attrs, "slot"), parseInteger(attrs, "lvl"));
|
||||
break;
|
||||
case "removeSkill":
|
||||
skillLearn.addRemoveSkills(parseInteger(attrs, "id"));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user