占星卡池上线通知

back_recharge
zhangshanxue 2019-09-17 10:35:09 +08:00
parent d5c1d89021
commit e8041f756a
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ public class GetPlayerInfoHandler extends BaseHandler{
//图鉴信息
Set<Integer> heroHandBookSet = user.getHeroManager().getHeroHandBook().keySet();
Set<Integer> equipHandBookSet = user.getEquipManager().getEquipHandBook().keySet();
int equipPool = user.getEquipManager().getSoulEquipPool();
//试炼已领取奖励层数
Set<Integer> towerFloorReceivedReward = mapManager.getTowerReceivedReward().keySet();
CommonProto.EndlessInfo.Builder endless = CommonProto.EndlessInfo.newBuilder();
@ -155,6 +156,7 @@ public class GetPlayerInfoHandler extends BaseHandler{
.setEndInfo(endless)
.setPlayerBindPhone(playerBindPhone)
.setQuestionState(questState)
.setSoulEquipPool(equipPool)
.build();
try {
MessageUtil.sendMessage(iSession, 1, MessageTypeProto.MessageType.GET_PLAYERINFO_RESPONSE_VALUE, getPlayerInfoResponse, true);