mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-02-02 11:21:22 +01:00
ResetCommand fix for Bounded Skills.
This commit is contained in:
parent
f7a6d92fc8
commit
1205dd773b
@ -66,10 +66,8 @@ public class ResetCommandTreeNode extends CommandTreeNode {
|
||||
}
|
||||
|
||||
data.resetTimesClaimed();
|
||||
while (data.hasSkillBound(0))
|
||||
data.unbindSkill(0);
|
||||
while (data.hasPassiveSkillBound(0))
|
||||
data.unbindPassiveSkill(0);
|
||||
for(int slot:data.mapBoundSkills().keySet())
|
||||
data.unbindSkill(slot);
|
||||
data.getQuestData().resetFinishedQuests();
|
||||
data.getQuestData().start(null);
|
||||
CommandVerbose.verbose(sender, CommandVerbose.CommandType.RESET,
|
||||
|
Loading…
Reference in New Issue
Block a user