道具配的不对 放开验证
parent
5be771fb3b
commit
7020797e78
|
@ -193,7 +193,7 @@ public class ItemLogic {
|
||||||
throw new ErrorCodeException(ErrorCode.ITEM_USE_ONE_MAX);
|
throw new ErrorCodeException(ErrorCode.ITEM_USE_ONE_MAX);
|
||||||
}
|
}
|
||||||
if (sItem.getUseType() !=2){ //n 选1
|
if (sItem.getUseType() !=2){ //n 选1
|
||||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
|
LOGGER.info("Exception::useItem ==>uid={},itemNum={},openBoxLimits={}",uid,item.getItemNum(),openBoxLimits);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue