✨ feat(军团): 练兵场添加扫荡

This commit is contained in:
luying
2023-06-17 16:57:12 +08:00
parent 5e28f4447d
commit be09636e85
7 changed files with 158 additions and 25 deletions
+6
View File
@@ -1260,6 +1260,12 @@ export function checkRouteParam(route: string, msg: any) {
if(!checkBoolean(isSuccess)) return false;
break;
}
case "guild.guildTrainHandler.trainBattleSweep":
{
let { hid, difficulty, trainId, battleId } = msg;
if(!checkNaturalNumbers(hid, difficulty, trainId, battleId)) return false;
break;
}
case "guild.guildTrainHandler.getTrainInstanceBox":
{
let { trainId, hid, index } = msg;