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