Send ExAcquireAPSkillList if player is noble and over 99 level.
This commit is contained in:
parent
cddb566c34
commit
ff777c4bf0
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user