mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-23 00:05:52 +01:00
Fixed bug for Passive Skill Binding.
This commit is contained in:
parent
ecc264af7d
commit
392090eddc
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user