五星成长礼修改

back_recharge
lvxinran 2020-01-15 17:20:05 +08:00
parent 3721397aa0
commit 7d110d4220
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class SimpleTransaction {
combineMsgId.put(MessageTypeProto.MessageType.ALL_GIFTGOODS_INDICATION_VALUE, (MessageUtil.CombinePolicy< PlayerInfoProto.AllGiftGoodsIndication>) list -> {
List<PlayerInfoProto.AllGiftGoodsIndication> combineList = new LinkedList<>();
if(list.size()>0){
combineList.add(list.get(0));
combineList.add(list.get(list.size()-1));
}
return combineList;
});