mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Serial number uses attribute
This commit is contained in:
@@ -167,8 +167,6 @@ public class SkillService implements INetworkDispatch {
|
||||
creature.addAbility(ability);
|
||||
}
|
||||
|
||||
// When leveling, add all new unadded expertise abilities
|
||||
// It's up to the script to not add abilities that are already added
|
||||
for (String expertiseName : creature.getSkills()) {
|
||||
if (expertiseName.startsWith("expertise")) {
|
||||
if (FileUtilities.doesFileExist("scripts/expertise/" + expertiseName + ".py")) {
|
||||
|
||||
Reference in New Issue
Block a user