🐞 fix(副将): pvp系统添加只设置副将的接口

This commit is contained in:
luying
2023-07-21 20:13:48 +08:00
parent b09cf644be
commit 10b5cc7936
3 changed files with 40 additions and 0 deletions
+1
View File
@@ -735,6 +735,7 @@ export function checkRouteParam(route: string, msg: any) {
break;
}
case "battle.pvpHandler.saveAttack":
case "battle.pvpHandler.saveAttackSub":
{
let { heroes } = msg;
if (!checkNaturalArray(heroes)) return false;