战力:修复满阶计算错误
This commit is contained in:
@@ -55,7 +55,7 @@ export function loadJob() {
|
||||
if(o.isPlayer) {
|
||||
o.seid = parseNumberList(o.seid);
|
||||
o.trainingConsume = parseGoodStr(o.trainingConsume);
|
||||
o.maxStage = o.trainingConsume.length;
|
||||
o.maxStage = 6;
|
||||
o.upGradeConsume = parseGoodStr(o.upGradeConsume);
|
||||
o.ceAttr = parseCeAttr(o.maxStage, o.attr, lastJob, o.job_class);
|
||||
o.baseSubAttr = parseAttribute(o.baseAttr||'');
|
||||
|
||||
Reference in New Issue
Block a user