mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-10 01:40:27 +08:00
add record
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user