From e9bc74faa7151a6b96c388c18764e1ff42c97bbb Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Thu, 21 Apr 2022 17:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=91=E6=88=98=E5=89=AF=E6=9C=AC=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 5091455..f18fdf8 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -811,7 +811,7 @@ import "CommonProto.proto"; optional int32 result = 3;//战斗结果 0输 1赢 optional int32 type = 4; //1无尽 2宝物 optional int32 percentReward = 5; //奖励百分比 - optional int64 lossBlood = 6; //损失的血量 + optional int64 lossBloodOrTimes = 6; //损失的血量/回合数 } message GetSomeActivityInfoRequest{