mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Fixed abilities not being granted upon using frog to reach level 90
This commit is contained in:
@@ -603,9 +603,11 @@ public class PlayerService implements INetworkDispatch {
|
||||
skills = ((String) skillTemplate.getObject(s, 4)).split(",");
|
||||
|
||||
for (String skill : skills) {
|
||||
creature.removeSkill(skill);
|
||||
core.skillService.removeSkill(creature, skill);
|
||||
}
|
||||
|
||||
core.skillService.addSkill(creature, skills[0]);
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user