修改异常飘字

back_recharge
yuanshuai 2021-11-30 11:25:01 +08:00
parent d6f16d1f61
commit 40ae47feb0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class TrumpGachaSelectItemRequestHandler extends BaseHandler<ActivityProt
int itemId=proto.getSelectIdsList().get(i);
if (STrump.upItemIdByConfig.get(itemId)==0) {
LOGGER.error("选择up道具数据异常请检查Trump表CanUp字段");
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
throw new ErrorCodeException(ErrorCode.HANDLE_FAILED);
}
map.put(i+1,itemId);
}