From 7c8254ecdff418e466eb77c7c6fc2e214db51928 Mon Sep 17 00:00:00 2001 From: luying Date: Thu, 18 Aug 2022 10:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BB=E5=AE=9D=EF=BC=9A=E7=BB=93=E6=9D=9F?= =?UTF-8?q?=E7=9A=84=E5=90=8C=E6=97=B6=E5=8A=A8=E4=BC=9A=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/servers/battle/handler/comBattleHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/servers/battle/handler/comBattleHandler.ts b/game-server/app/servers/battle/handler/comBattleHandler.ts index 23e3b02ce..bf903a039 100644 --- a/game-server/app/servers/battle/handler/comBattleHandler.ts +++ b/game-server/app/servers/battle/handler/comBattleHandler.ts @@ -451,7 +451,7 @@ export class ComBattleHandler { } if (teamStatus.status !== COM_TEAM_STATUS.FIGHTING) { checkTeamStatusAndSend(teamCode, roleId, sid); - return resResult(STATUS.COM_BATTLE_NOT_START); + return resResult(STATUS.SUCCESS); } for (let st of teamStatus.roleStatus) { if (st.roleId === roleId && (!st.heroes || st.heroes.length === 0)) {