Ability System unlock at level 99.
Contributed by Mathael.
This commit is contained in:
parent
88d69177a6
commit
85348ce202
@ -10388,7 +10388,7 @@ public final class L2PcInstance extends L2Playable
|
||||
_noble = val;
|
||||
|
||||
sendSkillList();
|
||||
if (val && (getLevel() == ExperienceData.getInstance().getMaxLevel()))
|
||||
if (val && (getLevel() >= 99))
|
||||
{
|
||||
sendPacket(new ExAcquireAPSkillList(this));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user