Sync with L2JServer Jan 2nd 2015.
This commit is contained in:
@ -95,6 +95,8 @@ public class ItemTable
|
||||
_slots.put("hatchling", L2Item.SLOT_HATCHLING);
|
||||
_slots.put("strider", L2Item.SLOT_STRIDER);
|
||||
_slots.put("babypet", L2Item.SLOT_BABYPET);
|
||||
_slots.put("brooch", L2Item.SLOT_BROOCH);
|
||||
_slots.put("brooch_jewel", L2Item.SLOT_BROOCH_JEWEL);
|
||||
_slots.put("none", L2Item.SLOT_NONE);
|
||||
|
||||
// retail compatibility
|
||||
|
@ -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