山河社稷图添加神魂等级数据

back_recharge
yuanshuai 2021-11-05 17:00:07 +08:00
parent 438b0e85db
commit 20293ed53c
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ public class HardStageLogic {
.setStar(hero.getStar())
.setSkinId(hero.getSkin())
.setForceScore(HeroLogic.getInstance().calTeamForce(user,teamId))
.setGodSoulLv(hero.getGodSoulLv())
.build();
heroFightInfos.add(heroFightInfo);
}