Fix for R99 expertise bug.
This commit is contained in:
parent
766d2ad9fd
commit
6125c321ad
@ -2673,6 +2673,12 @@ public final class L2PcInstance extends L2Playable
|
||||
_log.warning("Skipping null auto-get skill for player: " + toString());
|
||||
}
|
||||
}
|
||||
|
||||
// Fix for R99 expertise bug.
|
||||
if (getLevel() >= 99)
|
||||
{
|
||||
addSkill(st.getSkill(CommonSkill.EXPERTISE.getId(), 10), true);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user