From 2e663dbd119099e38eb53a2e5d9e7dd2ff02a05b Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 14 Aug 2023 15:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E9=98=B2=E7=A0=B4=E8=A7=A3)?= =?UTF-8?q?:=20=E6=8E=92=E9=99=A4203=E7=B1=BB=E5=9E=8B=E5=A2=9E=E5=8A=A032?= =?UTF-8?q?1=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/servers/battle/handler/normalBattleHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/servers/battle/handler/normalBattleHandler.ts b/game-server/app/servers/battle/handler/normalBattleHandler.ts index 2772ad412..6b1ee1daf 100644 --- a/game-server/app/servers/battle/handler/normalBattleHandler.ts +++ b/game-server/app/servers/battle/handler/normalBattleHandler.ts @@ -562,7 +562,7 @@ export class NormalBattleHandler { if (roleId == undefined || type == undefined || sid == undefined) { return; } - if (type && (type === CHECT_BATTLE_TYPE || type === CHECT_BATTLE_TYPE_HIDE || type === CHECT_BATTLE_TYPE_ATK_LIMIT || ( type >= 300 && type <= 400 ))) { + if (type && (type === CHECT_BATTLE_TYPE || type === CHECT_BATTLE_TYPE_HIDE || type === CHECT_BATTLE_TYPE_ATK_LIMIT || type === 203 || ( type >= 300 && type <= 400 && type != 321 ))) { // console.log("blockByRecordBattleCheat----type=", type); return; }