新增字段赋值
parent
9bbcb33469
commit
a53c1d8f97
|
@ -1136,6 +1136,7 @@ public class PlayerLogic {
|
|||
.setPosition(heroInfo.getPosition())
|
||||
.setSkinId(hero.getSkin())
|
||||
.setGodSoulLv(hero.getGodSoulLv())
|
||||
.setPropertyId(hero.getPropertyId())
|
||||
.build());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue