diff --git a/game-server/app/services/comBattleService.ts b/game-server/app/services/comBattleService.ts index 3b49b3146..a53fa931d 100644 --- a/game-server/app/services/comBattleService.ts +++ b/game-server/app/services/comBattleService.ts @@ -207,6 +207,7 @@ export async function getAllAssistCnt(roleId: string) { let roleSt = team.roleStatus.find(st => st.roleId === roleId); return !roleSt.isFrd; }); + } return teams.length; }