From 3676c92e6c74a2dea89936bf906c492decec6561 Mon Sep 17 00:00:00 2001 From: Vick Scarlet Date: Wed, 18 Aug 2021 17:03:03 +0800 Subject: [PATCH] fix talent extend --- src/talent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/talent.js b/src/talent.js index b16b1e0..ba5d38e 100644 --- a/src/talent.js +++ b/src/talent.js @@ -43,7 +43,7 @@ class Talent { } return new Array(10) - .fill(1).map((i)=>{ + .fill(1).map((v, i)=>{ if(!i && include) return include; const gradeRandom = Math.random(); let grade;