fix(character/talents): show main spec even with 0 points spent
This commit is contained in:
parent
b19bd0b0a3
commit
ed424d63d0
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
createTree(tree, learned, $tree[0]);
|
||||
}
|
||||
|
||||
if (nbLearned === 0) {
|
||||
if (nbLearned === 0 && spec !== 0) {
|
||||
$spec.hide();
|
||||
$("#spec-links").hide();
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue