🐞 fix(副将): pvp系统添加只设置副将的接口
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user