(远征): 修复次级属性表超过等级的数据报错
This commit is contained in:
@@ -281,6 +281,7 @@ export async function getResetRemainCnt(curTime: Date, roleId: string, role?: Ro
|
||||
let newAttribute = new AttributeCal();
|
||||
newAttribute.setLv(_lv);
|
||||
let dicExpeditionSubAttr = gameData.expeditionSubAttr.get(_lv);
|
||||
if(!dicExpeditionSubAttr) dicExpeditionSubAttr = gameData.expeditionSubAttr.get('max');
|
||||
newAttribute.setByWarJson(dicExpeditionSubAttr.attribute); // 次级属性
|
||||
|
||||
let subAttrCe = newAttribute.calSubAttrCe() * enemyCount;
|
||||
|
||||
Reference in New Issue
Block a user