Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
# Conflicts: # protos/PlayerInfoProto.protomaster_huanxiang
commit
27a3cb049c
|
|
@ -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; //
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue