From 8d9c51d1e2dde17519a78fc9696ea274625e0d04 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Thu, 17 Mar 2022 17:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 392b118..9d9bfc9 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -531,8 +531,8 @@ import "CommonProto.proto"; //神魔阵营选择职业协议 message GodDevilHeroSelectPropRequest{ - optional string heroId = 1; // 需要共鸣的神将id - optional int32 propId = 2; // 属性id (对应HeroConfig表PropertyName字段) + optional string heroId = 1; // 神将id + optional int32 propId = 2; // 阵营id (对应HeroConfig表PropertyName字段) }