forked from Upstream/mmocore
Debug unbinding passive skill.
This commit is contained in:
parent
10cfc48c9a
commit
5edc6ac999
@ -1173,7 +1173,8 @@ public class PlayerData extends OfflinePlayerData implements Closable, Experienc
|
||||
}
|
||||
|
||||
public void unbindSkill(int slot) {
|
||||
boundSkills.remove(slot);
|
||||
BoundSkillInfo boundSkillInfo=boundSkills.remove(slot);
|
||||
boundSkillInfo.unbind();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user