Merge branch 'master' into 公会副本

master_huanxiang
lvxinran 2020-08-22 15:41:06 +08:00
commit 5c3b89ea6b
3 changed files with 18 additions and 0 deletions

View File

@ -74,6 +74,7 @@ import "CommonProto.proto";
optional int32 addHpCount = 18;//使
optional int32 mapId = 19;//id
}

View File

@ -535,6 +535,12 @@ enum MessageType{
JEWEL_BUILD_REQUEST = 10914;//
JEWEL_BUILD_RESPONSE = 10915;
JADE_DYNASTY_REFRESH_INDICATION = 10916;//
JADE_DYNASTY_REFRESH_TIME_REQUEST = 10917;//
JADE_DYNASTY_REFRESH_TIME_RESPONSE = 10918;
// K 11000
// L 11100
@ -967,6 +973,8 @@ enum MessageType{
//30000 使
//30000-3300
@ -1038,6 +1046,8 @@ enum MessageType{
DoHeroChangeRequest = 303605;
DoHeroChangeResponse = 303606;
}

View File

@ -749,7 +749,14 @@ import "CommonProto.proto";
repeated string item = 3;//
}
message JadeDynastyRefreshIndication{
repeated RefreshTask tasks = 1;//
}
message JadeDynastyRefreshTimeResponse{
optional int32 dayTime = 1;
optional int32 weekTime = 2;
}