修复玉虚跨服战斗有灵兽的问题
parent
26cc5f0ce1
commit
c10d1193a4
|
@ -917,7 +917,7 @@ public class FightUtil {
|
|||
return CommonProto.FightTeamInfo.
|
||||
newBuilder()
|
||||
.addAllFightUnitList(heroFightInfos)
|
||||
.addAllPokemonUnitList(HeroLogic.getInstance().getCrossPokemon(crossArenaManager,csPlayer))
|
||||
.addAllPokemonUnitList(new ArrayList<>())
|
||||
.setTeamPassiveList("")
|
||||
.setForceScore(crossArenaManager.getMaxHistoryForce())
|
||||
.build();
|
||||
|
|
Loading…
Reference in New Issue