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