装备查询
This commit is contained in:
@@ -152,7 +152,7 @@ export function calHeroJobStageUpIncAttr(hero: HeroType, args: Array<number>, ad
|
||||
let currentJob = gameData.job.get(hero.job);
|
||||
addSeidList.concat(deepCopy(currentJob.seid));
|
||||
for (let seid of lastJob.seid) {
|
||||
let index = _.indexOf(currentJob.seid, seid);
|
||||
let index = _.findIndex(currentJob.seid, seid);
|
||||
if (index > 0) {
|
||||
addSeidList.splice(index, 1);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user