mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
fixed bug where character wouldnt gain any abilities on using the frog to get lvl 90
This commit is contained in:
@@ -598,7 +598,7 @@ public class PlayerService implements INetworkDispatch {
|
||||
|
||||
core.buffService.clearBuffs(creature);
|
||||
|
||||
for (String skill : new ArrayList<String>(creature.getSkills())) {
|
||||
for (String skill : new ArrayList<String>(creature.getSkills().get())) {
|
||||
core.skillService.removeSkill(creature, skill);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user