Ability System unlock at level 99.

Contributed by Mathael.
This commit is contained in:
MobiusDev 2016-03-16 20:42:28 +00:00
parent 88d69177a6
commit 85348ce202

View File

@ -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));
}