Sync with L2JServer Jan 9th 2015.
This commit is contained in:
@ -51,7 +51,11 @@ public enum CommonSkill
|
||||
DIVINE_INSPIRATION(1405, 1),
|
||||
SERVITOR_SHARE(1557, 1),
|
||||
CARAVANS_SECRET_MEDICINE(2341, 1),
|
||||
SHILENS_BREATH(14571, 1);
|
||||
SHILENS_BREATH(14571, 1),
|
||||
IMPRIT_OF_LIGHT(19034, 1),
|
||||
IMPRIT_OF_DARKNESS(19035, 1),
|
||||
ABILITY_OF_LIGHT(19032, 1),
|
||||
ABILITY_OF_DARKNESS(19033, 1);
|
||||
|
||||
private final SkillHolder _holder;
|
||||
|
||||
@ -74,4 +78,4 @@ public enum CommonSkill
|
||||
{
|
||||
return _holder.getSkill();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user