From ab676135777c579d6b8b941cda4cde2bf4f4ee09 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Wed, 13 Sep 2023 15:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BC=E7=89=A9=E8=A3=85=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ljsd/jieling/logic/player/PlayerLogic.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/serverlogic/src/main/java/com/ljsd/jieling/logic/player/PlayerLogic.java b/serverlogic/src/main/java/com/ljsd/jieling/logic/player/PlayerLogic.java index 3562d4c9c..53e0d0a3c 100644 --- a/serverlogic/src/main/java/com/ljsd/jieling/logic/player/PlayerLogic.java +++ b/serverlogic/src/main/java/com/ljsd/jieling/logic/player/PlayerLogic.java @@ -595,6 +595,8 @@ public class PlayerLogic { // teamInfo.addAllLifeGridInfo(GetPlayerInfoHandler.getLifeGridInfos(user.getHeroManager())); //坐骑 teamInfo.addAllUserMountInfo(CBean2Proto.getUserMountList(user)); + // 主角礼物id + teamInfo.addAllGiftEquipIds(user.getPlayerInfoManager().getPlayerGiftEquipList()); // 命格新 teamInfo.addAllGemNews(CBean2Proto.toBeanGemNew(user)); int guildId = user.getPlayerInfoManager().getGuildId();