竞技场神魂等级数据添加

back_recharge
yuanshuai 2021-11-05 15:52:32 +08:00
parent 241b8facb5
commit eeff859f95
2 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,7 @@ public class BloodLogic {
.setProperty(property.substring(0, property.length() - 1))
.setPosition(entry.getValue().getPosition())
.setStar(entry.getValue().getStar())
.setGodSoulLv(entry.getValue().getGodSoulLv())
.build();
heroDefendFightInfos.add(heroFightInfo);
}

View File

@ -86,6 +86,7 @@ public class FightUtil {
.setProperty(property.substring(0, property.length()-1))
.setPosition(++i)
.setStar(heroStar)
.setGodSoulLv(item.getValue().getGodSoulLv())
.build();
heroFightInfos.add(heroFightInfo);
}