修复玉虚跨服战斗有灵兽的问题

dengdan 2022-09-14 11:23:52 +08:00
parent 26cc5f0ce1
commit c10d1193a4
1 changed files with 1 additions and 1 deletions

View File

@ -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();