跨服战斗中显示皮肤
parent
84d0cb053a
commit
7d000190d4
|
|
@ -590,6 +590,7 @@ public class FightUtil {
|
||||||
.setProperty(property.substring(0, property.length()-1))
|
.setProperty(property.substring(0, property.length()-1))
|
||||||
.setPosition(teamPosHeroInfo.getPosition())
|
.setPosition(teamPosHeroInfo.getPosition())
|
||||||
.setStar(hero.getStar())
|
.setStar(hero.getStar())
|
||||||
|
.setSkinId(hero.getSkin())
|
||||||
.build();
|
.build();
|
||||||
heroFightInfos.add(heroFightInfo);
|
heroFightInfos.add(heroFightInfo);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue