✨ feat(军团): 练兵场添加扫荡
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user