From 872858e5371aedcd3cf188a0ff7f0a22abd2e552 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 9 Jan 2020 11:29:13 +0800 Subject: [PATCH] fix --- protos/FightInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index af9a565..fb7ed2d 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -95,7 +95,7 @@ import "CommonProto.proto"; // 获得的道具 repeated Drop Drop = 1; optional ItemInfo ItemInfo =2; - optional int hurt = 3; + optional int32 hurt = 3; } message FightRePlayRequest{