From 14676899e1c980a5214b65a5b6d2581bccc06ce9 Mon Sep 17 00:00:00 2001 From: luying Date: Thu, 24 Jun 2021 11:35:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F:=20=E4=BF=AE=E5=A4=8Dprotobu?= =?UTF-8?q?f?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/clientProtos.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game-server/config/clientProtos.ts b/game-server/config/clientProtos.ts index d3153ef37..138f0617a 100644 --- a/game-server/config/clientProtos.ts +++ b/game-server/config/clientProtos.ts @@ -164,6 +164,7 @@ module.exports = { "required uInt32 count": 1 }, "battle.dailyBattleHandler.buyNum": { - "required uInt32 count": 1 + "required uInt32 type": 1, + "required uInt32 count": 2 } } \ No newline at end of file