邮件背包已满提示处理

back_recharge
duhui 2021-02-26 11:31:50 +08:00
parent 60231a23a5
commit 0c84c3f839
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ public class MailLogic {
int[][] itemArr = StringUtil.parseFiledInt2(mailItem.toString());
// 检测卡牌和装备背包
int limit = ItemUtil.checkCardAndEquipLimit(user,itemArr);
int state = 1;
int state = 0;
if (limit == 0){
// 领取道具
state = ItemUtil.dropByMail(user, itemArr, dropBuilder, BIReason.TAKE_MAIL_REWARD);