Commit c51f7610 authored by AnimeGitB's avatar AnimeGitB
Browse files

Save avatar in forceConstellationLevel (closes #1881)

parent c331a7f2
......@@ -809,12 +809,14 @@ public class Avatar {
if (level < 0) { // Special case for resetConst to remove inactive depots too
this.talentIdList.clear();
this.recalcStats();
this.save();
return;
}
this.talentIdList.removeAll(this.getTalentIdList()); // Only remove constellations from active depot
for (int i = 0; i < level; i++)
this.unlockConstellation(true);
this.recalcStats();
this.save();
}
public boolean sendSkillExtraChargeMap() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment