diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 5021efa..0ae4418 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -752,9 +752,9 @@ option optimize_for = SPEED; message ExpeditionNodeInfo{ optional int32 sortId = 1;//节点id optional int32 lay = 2;//节点层 - optional int32 type = 3;//节点类型 + optional int32 type = 3;//节点类型 //1 //精英节点2;//首领节点3;//复活节点4;//回复节点5;//普通节点 optional ExpeditionTeamInfo bossTeaminfo = 4;//节点队伍信息 - optional int32 state = 5;////节点状态 0未开启 1未通过 2未领取圣物 3已完成 + optional int32 state = 5;////节点状态 0未开启 1未通过 2未领取圣物 3已完成 4已通过 repeated int32 holyEquipID = 6;//圣物id }