灵兽修改

lvxinran 2020-12-30 04:43:06 +08:00
parent ffc193d2fe
commit 3c8b1cd713
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public class FightDataUtil {
playerData.set("teamPassive", getTeamPassive(heroTeam.getTeamPassiveList()));
playerData.set("outData",heroTeam.getSpecialPassive());
// 灵兽技能
playerData.set("monsterList", getPokemonSkill(heroTeam.getPokemonUnitListList(),0));
playerData.set("monsterList", getPokemonSkill(heroTeam.getPokemonUnitListList(),position));
playerData.set("firstCamp",first?1:0);
return playerData;
}