Fix typo with skillpoint engine initialization
This commit is contained in:
parent
1e4ebee975
commit
0a508ea0ae
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ function calculate_skillpoints(equipment, weapon) {
|
|||
}
|
||||
}
|
||||
// skip root.
|
||||
permute_check(1, final_skillpoints, best_skillpoints, best_activeSetCounts, allFalse.slice(), 0, []);
|
||||
permute_check(1, best_skillpoints, final_skillpoints, best_activeSetCounts, allFalse.slice(), 0, []);
|
||||
|
||||
// add extra sp bonus
|
||||
apply_skillpoints(final_skillpoints, weapon, best_activeSetCounts);
|
||||
|
|
Loading…
Add table
Reference in a new issue