diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 2b1ef92..1b6bc6c 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -793,18 +793,19 @@ option optimize_for = SPEED; //第一编队信息 message TeamOneInfo{ optional int32 uid = 1; - optional int32 level =2; - optional string name =3; - optional int32 head =4; + optional int32 level = 2; + optional string name = 3; + optional int32 head = 4; optional int32 headFrame = 5; - optional string guildName =7; //公会名称 + optional string guildName = 7; //公会名称 optional TeamOneTeamInfo team = 6; optional int32 isApplyed = 8;//是否已经申请过 optional int32 userTitle = 9; optional int32 practiceLevel = 10;//修行等级 repeated TeamOneTeamInfo crossTeam = 11;//跨服玉虚论道 三队伍 optional int32 crossTeamScore = 12;//跨服玉虚论道积分 - optional string serverName = 13; //服务器名称 + optional string serverName = 13;//服务器名称 + optional int32 arenaLvId = 14;//段位id } //妖兽排行