竞技场神魂等级数据添加
parent
241b8facb5
commit
eeff859f95
|
@ -121,6 +121,7 @@ public class BloodLogic {
|
||||||
.setProperty(property.substring(0, property.length() - 1))
|
.setProperty(property.substring(0, property.length() - 1))
|
||||||
.setPosition(entry.getValue().getPosition())
|
.setPosition(entry.getValue().getPosition())
|
||||||
.setStar(entry.getValue().getStar())
|
.setStar(entry.getValue().getStar())
|
||||||
|
.setGodSoulLv(entry.getValue().getGodSoulLv())
|
||||||
.build();
|
.build();
|
||||||
heroDefendFightInfos.add(heroFightInfo);
|
heroDefendFightInfos.add(heroFightInfo);
|
||||||
}
|
}
|
||||||
|
|
|
@ -86,6 +86,7 @@ public class FightUtil {
|
||||||
.setProperty(property.substring(0, property.length()-1))
|
.setProperty(property.substring(0, property.length()-1))
|
||||||
.setPosition(++i)
|
.setPosition(++i)
|
||||||
.setStar(heroStar)
|
.setStar(heroStar)
|
||||||
|
.setGodSoulLv(item.getValue().getGodSoulLv())
|
||||||
.build();
|
.build();
|
||||||
heroFightInfos.add(heroFightInfo);
|
heroFightInfos.add(heroFightInfo);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue