大闹天宫添加神魂等级信息

back_recharge
yuanshuai 2021-11-05 16:10:02 +08:00
parent 3b96e6549c
commit 438b0e85db
1 changed files with 1 additions and 0 deletions

View File

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