竞技场神魂等级数据添加
parent
241b8facb5
commit
eeff859f95
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue