From 5545704f4fcae496fc28a666703f888b8a40a24b Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Wed, 23 Mar 2022 18:16:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=98=B5=E8=90=A5=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 3 ++- protos/MapInfoProto.proto | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 407fef6..b99cd53 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -121,7 +121,7 @@ option optimize_for = SPEED; optional int32 changeId = 16;//置换模板id 默认0 repeated HeroGodSoulInfo godSoulList=17;//神魂绑定数据 optional int32 godSoulLv=18;//神将神魂等级 - optional int32 propertyId = 19;//英雄属性id + optional int32 propertyId = 19;//阵营(人,佛,妖,道..) } message PokemonInfo{ @@ -730,6 +730,7 @@ option optimize_for = SPEED; optional int32 position=5; optional int32 skinId = 6; optional int32 godSoulLv = 7;//神魂等级 + optional int32 propertyId=8;//阵营(人,佛,妖,道) } message TeamOneTeamInfo{ diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 537c4a5..0bb2ebe 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -18,6 +18,7 @@ import "CommonProto.proto"; optional int32 skinId = 6;//英雄皮肤 optional int32 position = 7;//位置 optional int32 godSoulLv = 8;//神魂等级 + optional int32 propertyId = 9;//阵营(人,佛,妖,道) } message DifficultMapOption { //副本Id