Send ExAcquireAPSkillList if player is noble and over 99 level.

This commit is contained in:
MobiusDev 2016-12-22 20:50:58 +00:00
parent cddb566c34
commit ff777c4bf0

View File

@ -9198,7 +9198,7 @@ public final class L2PcInstance extends L2Playable
_noble = val;
sendSkillList();
if (val && (getLevel() == ExperienceData.getInstance().getMaxLevel()))
if (val && (getLevel() >= 99))
{
sendPacket(new ExAcquireAPSkillList(this));
}