# Conflicts:
#	protos/PlayerInfoProto.proto
master_huanxiang
lvxinran 2019-12-19 18:12:41 +08:00
commit 27a3cb049c
2 changed files with 2 additions and 2 deletions

View File

@ -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; //

View File

@ -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;
}