礼物装备

master_ob2
PC-202302260912\Administrator 2023-09-13 15:21:42 +08:00
parent e64744105e
commit ab67613577
1 changed files with 2 additions and 0 deletions

View File

@ -595,6 +595,8 @@ public class PlayerLogic {
// teamInfo.addAllLifeGridInfo(GetPlayerInfoHandler.getLifeGridInfos(user.getHeroManager())); // teamInfo.addAllLifeGridInfo(GetPlayerInfoHandler.getLifeGridInfos(user.getHeroManager()));
//坐骑 //坐骑
teamInfo.addAllUserMountInfo(CBean2Proto.getUserMountList(user)); teamInfo.addAllUserMountInfo(CBean2Proto.getUserMountList(user));
// 主角礼物id
teamInfo.addAllGiftEquipIds(user.getPlayerInfoManager().getPlayerGiftEquipList());
// 命格新 // 命格新
teamInfo.addAllGemNews(CBean2Proto.toBeanGemNew(user)); teamInfo.addAllGemNews(CBean2Proto.toBeanGemNew(user));
int guildId = user.getPlayerInfoManager().getGuildId(); int guildId = user.getPlayerInfoManager().getGuildId();