From ea51795d5a0893840b654917a4c928a7cee34d7a Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 25 Feb 2022 17:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BB=E5=AE=9D=EF=BC=9A=E6=A0=A1=E9=AA=8C?= 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 1b6e46db5..efe6cfbb5 100644 --- a/game-server/app/servers/battle/handler/comBattleHandler.ts +++ b/game-server/app/servers/battle/handler/comBattleHandler.ts @@ -113,7 +113,7 @@ export class ComBattleHandler { return resResult(STATUS.COM_BATTLE_IS_RUNNING); } - if (comBtlLvInvalid(playerLv, lvs)) { + if (!comBtlLvInvalid(playerLv, lvs)) { return resResult(STATUS.COM_BATTLE_ASSIST_LV_NOT_ENOUGH); }