修改异常飘字
parent
d6f16d1f61
commit
40ae47feb0
|
@ -42,7 +42,7 @@ public class TrumpGachaSelectItemRequestHandler extends BaseHandler<ActivityProt
|
||||||
int itemId=proto.getSelectIdsList().get(i);
|
int itemId=proto.getSelectIdsList().get(i);
|
||||||
if (STrump.upItemIdByConfig.get(itemId)==0) {
|
if (STrump.upItemIdByConfig.get(itemId)==0) {
|
||||||
LOGGER.error("选择up道具数据异常,请检查Trump表CanUp字段");
|
LOGGER.error("选择up道具数据异常,请检查Trump表CanUp字段");
|
||||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
|
throw new ErrorCodeException(ErrorCode.HANDLE_FAILED);
|
||||||
}
|
}
|
||||||
map.put(i+1,itemId);
|
map.put(i+1,itemId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue