From 9da83c56be85b55d2a1c71b8550e4b1ba321b617 Mon Sep 17 00:00:00 2001 From: luying Date: Thu, 31 Mar 2022 10:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E5=8A=9B=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=AC=A1=E7=BA=A7=E5=B1=9E=E6=80=A7=E5=9F=BA=E7=A1=80=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dictionary/DicJob.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pubUtils/dictionary/DicJob.ts b/shared/pubUtils/dictionary/DicJob.ts index 31a8305fe..9445a0f69 100644 --- a/shared/pubUtils/dictionary/DicJob.ts +++ b/shared/pubUtils/dictionary/DicJob.ts @@ -56,7 +56,7 @@ export function loadJob() { o.maxStage = o.trainingConsume.length; o.upGradeConsume = parseGoodStr(o.upGradeConsume); o.ceAttr = parseCeAttr(o.maxStage, o.attr); - o.baseSubAttr = parseAttribute(o.baseSecondAttr||''); + o.baseSubAttr = parseAttribute(o.baseAttr||''); dicJob.set(o.jobid, _.pick(o, Object.keys(DicJobKeys))); let jobClass = jobClassMaxGrades.get(o.job_class); if (!jobClass || jobClass.grade < o.grade) {