Fix resetting to 106
This commit is contained in:
parent
1baf242602
commit
0b84ecde79
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ function resetFields(){
|
||||||
setValue("int-skp", "0");
|
setValue("int-skp", "0");
|
||||||
setValue("def-skp", "0");
|
setValue("def-skp", "0");
|
||||||
setValue("agi-skp", "0");
|
setValue("agi-skp", "0");
|
||||||
setValue("level-choice", "");
|
setValue("level-choice", "106");
|
||||||
location.hash = "";
|
location.hash = "";
|
||||||
calculateBuild();
|
calculateBuild();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue