Fix for R99 expertise bug.
This commit is contained in:
@@ -2673,6 +2673,12 @@ public final class L2PcInstance extends L2Playable
|
|||||||
_log.warning("Skipping null auto-get skill for player: " + toString());
|
_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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user