道具配的不对 放开验证

back_recharge
zhangshanxue 2020-07-30 10:26:01 +08:00
parent 5be771fb3b
commit 7020797e78
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public class ItemLogic {
throw new ErrorCodeException(ErrorCode.ITEM_USE_ONE_MAX);
}
if (sItem.getUseType() !=2){ //n 选1
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
LOGGER.info("Exception::useItem ==>uid={},itemNum={},openBoxLimits={}",uid,item.getItemNum(),openBoxLimits);
}
}