diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 803036c..af98fc7 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -690,8 +690,6 @@ enum MessageType{ SOUL_FORCE_RAND_EQUIP_REQUEST = 11837; //抽魂印 SOUL_FORCE_RAND_EQUIP_RESPONSE = 11838; - SEX_SET_REQUEST = 11839; //性别设置 - SEX_SET_RESPONSE = 11840; // T 11900 TRIGGER_EVENT_REQUEST = 11900; // diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 9a7ca6a..c273e10 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -199,6 +199,7 @@ import "CommonProto.proto"; optional int32 type = 1 ; // 1:玩家起名 2: 阵容起名 optional string name = 2; optional int32 teamPosId = 3; // 队伍id + optional int32 sex = 4; //0 男性 1 女 } message WorkShopRebuildConfirmRequest{ @@ -687,4 +688,5 @@ import "CommonProto.proto"; optional int32 curCount = 2; optional int32 maxCount =3; } + \ No newline at end of file