From 22a5f15772b72a6bb37da3ec91861bcd2b2b4316 Mon Sep 17 00:00:00 2001 From: duhui Date: Tue, 14 Sep 2021 10:16:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=81=E7=BB=9D=E9=98=B5=E4=BC=A4=E5=AE=B3in?= =?UTF-8?q?t=E6=94=B9long?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/Family.proto b/protos/Family.proto index 50304e0..bdb3725 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -466,9 +466,9 @@ import "CommonProto.proto"; } message ChallengeDeathPathResponse{ optional FightData fightData = 1; - optional int32 damage = 2; + optional int64 damage = 2; optional Drop drop = 3; - optional int32 historyMax = 4;//历史最高伤害 + optional int64 historyMax = 4;//历史最高伤害 } message CarGrapRecordResponse{