From 370e9e44a8c845a74bb232a7c78613ac83dfb965 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Thu, 19 Dec 2019 13:42:49 +0800 Subject: [PATCH] =?UTF-8?q?TASK=E3=80=90ID1005242=E3=80=91=20=E3=80=90?= =?UTF-8?q?=E9=80=89=E4=BA=BA=E8=B5=B7=E5=90=8D=E3=80=91=20=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 2 -- protos/PlayerInfoProto.proto | 7 +------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 86a293a..c4226ed 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -687,8 +687,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 975efca..1de2135 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{ @@ -673,10 +674,4 @@ import "CommonProto.proto"; optional int32 missionId = 1; } - message SexChangeRequest{ - optional int32 sex = 1; //0 男性 1 女 - } - - message SexChangeResponse{ - } \ No newline at end of file