fix,特技添加2次

This commit is contained in:
luying
2020-12-29 17:36:02 +08:00
parent 7184411a81
commit cd757ee3bd

View File

@@ -636,6 +636,7 @@ function addSeidEffect(reIncAttr: CeAttr, heroCeAttr: CeAttr, addSeidList: Array
}
}
}
}
// 获取dic_zyz_se内容
@@ -652,7 +653,6 @@ function addSeid(effectList: Array<any>, seidId: number, rand: number, seidValue
}
return;
}
effectList.push(curSeid);
let seid: DicSe | DicRandomEffectPool = deepCopy(curSeid);
if (curSeid.index > 0) {
seid.gainValueArr[curSeid.index - 1] = rand;