Fixed bug for Passive Skill Binding.

This commit is contained in:
Ka0rX 2022-10-28 21:53:12 +02:00
parent ecc264af7d
commit 392090eddc

View File

@ -225,6 +225,9 @@ public class SavedClassInformation {
node.getExperienceTable().reset(player, node);
}
while (player.hasPassiveSkillBound(0))
player.unbindPassiveSkill(0);
while (player.hasSkillBound(0))
player.unbindSkill(0);