武将:修复bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// 兵种表
|
||||
import { readFileAndParse, parseNumberList, parseGoodStr, decodeArrayListStr} from '../util'
|
||||
import { FILENAME, ABI_STAGE } from '../../consts'
|
||||
import { FILENAME, } from '../../consts'
|
||||
import { RewardInter } from '../interface';
|
||||
const _ = require('lodash');
|
||||
|
||||
|
||||
@@ -311,7 +311,6 @@ export function calHeroStarIncAttr(originHero: HeroType, update: HeroUpdate, typ
|
||||
stages.push(i + 1);
|
||||
}
|
||||
}
|
||||
stages.push(isUpStar? ABI_STAGE.END: starStage);
|
||||
} else if (type == HERO_SYSTEM_TYPE.QUALITY) {
|
||||
stages = getAllAttrStage();
|
||||
} else if (type = HERO_SYSTEM_TYPE.COLORSTAR) {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user