修复玉虚跨服带灵兽的问题
parent
c10d1193a4
commit
f2ace7c526
|
@ -919,6 +919,7 @@ public class FightUtil {
|
||||||
.addAllFightUnitList(heroFightInfos)
|
.addAllFightUnitList(heroFightInfos)
|
||||||
.addAllPokemonUnitList(new ArrayList<>())
|
.addAllPokemonUnitList(new ArrayList<>())
|
||||||
.setTeamPassiveList("")
|
.setTeamPassiveList("")
|
||||||
|
.setSpecialPassive("")
|
||||||
.setForceScore(crossArenaManager.getMaxHistoryForce())
|
.setForceScore(crossArenaManager.getMaxHistoryForce())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue