秘境保存首通武将

This commit is contained in:
luying
2020-11-20 18:00:02 +08:00
parent 90a3c9f7d4
commit f30d4858e4
3 changed files with 24 additions and 1 deletions
@@ -212,6 +212,7 @@ export class NormalBattleHandler {
}
} else if (warInfo.warType == WAR_TYPE.MYSTERY || warInfo.warType == WAR_TYPE.MYSTERY_ELITE) {
let checkResult = await checkDungeonAndIncrease(roleId, 1, false);
await RoleModel.saveDungeonHero(roleId, battleId, heroes, isSuccess);
if(checkResult.status == -1) {
return checkResult.resResult;
}