Serial number uses attribute

This commit is contained in:
Treeku
2014-04-13 16:33:18 +01:00
parent 432700ab20
commit 7cee1990b5
14 changed files with 4 additions and 49 deletions
-2
View File
@@ -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")) {