From 5553901472c982e63f43bff62bf565912031f9be Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 21 Dec 2023 15:47:48 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index c9256618..f47e1e1c 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -1640,7 +1640,7 @@ message CMReportHookHitPos //上报豹子技能射击 message CMReportSpecShotHitPos { - optional int32 target_list = 1; //命中目标id列表 + repeated int32 target_list = 1; //命中目标id列表 optional MFVec3 bullet_pos = 2; //子弹位置 }