diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java index 547a60a9cb..ae7ce1ad1c 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/model/actor/instance/L2PcInstance.java @@ -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)); }