From b5ed1e3a4ba2a47d07701f79f55ae0650f4fd4e3 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 11 Jan 2021 16:43:25 +0800 Subject: [PATCH] fix checkBattle protobuf --- game-server/config/clientProtos.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/game-server/config/clientProtos.ts b/game-server/config/clientProtos.ts index 36393e2b1..7bf2c87ec 100644 --- a/game-server/config/clientProtos.ts +++ b/game-server/config/clientProtos.ts @@ -166,10 +166,7 @@ module.exports = { "required uInt32 type": 1 }, "battle.normalBattleHandler.checkBattle": { - "message Hero": { - "required uInt32 hid": 1 - }, "required uInt32 battleId": 1, - "repeated Hero heroes": 2 + "repeated uInt32 heroes": 2 } } \ No newline at end of file