🐞 fix(宝物): 宝物重铸参数错误

This commit is contained in:
luying
2023-04-01 16:40:50 +08:00
parent 309298756e
commit 40438d4b5b

View File

@@ -1715,7 +1715,7 @@ export function checkRouteParam(route: string, msg: any) {
case "role.artifactHandler.rebuild":
case "role.artifactHandler.decompose":
{
if(!checkSeqId(msg.seqIds)) return false;
if(!checkSeqId(...msg.seqIds)) return false;
break;
}
case "role.friendHandler.searchUser":