add record

This commit is contained in:
Vick Scarlet
2021-08-17 21:13:51 +08:00
parent b0e9cbdb0a
commit 495d4a39ec
4 changed files with 99 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ class Talent {
addition += this.allocationAddition(talent);
return addition;
}
return this.get(talents).status || 0;
return Number(this.get(talents).status) || 0;
}
do(talentId) {