添加神魂等级信息

back_recharge
yuanshuai 2021-10-27 13:39:12 +08:00
parent 30a3220741
commit e16f2947ca
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ public class CBean2Proto {
.setCreatetype(hero.getCreateType())
.setChangeId(hero.getChangeId())
.setSkinId(hero.getSkin())
.setGodSoulLv(hero.getGodSoulLv())
.build();
}