Merge branch 'master_test_gn_fabao' into master_test_gn

master_huanxiang
yuanshuai 2021-11-19 17:59:19 +08:00
commit 941aad2610
4 changed files with 16 additions and 1 deletions

View File

@ -1175,6 +1175,12 @@ option optimize_for = SPEED;
optional int32 leaveGetRewardDays = 3; //
}
//
message FaBaoSoulInfo{
optional int32 id = 1;//id
optional int32 level = 2;//
}
//
message LingMaiSecret{
optional int32 id = 1; //id

View File

@ -480,6 +480,12 @@ import "CommonProto.proto";
optional int32 skillId = 1;
}
//
message FaBaoSoulUpLvRequest{
optional int32 id = 1;
optional int32 level = 2;
}

View File

@ -1125,6 +1125,8 @@ enum MessageType{
HERO_GOD_SOUL_BIND_REQUEST = 20211;//
HERO_GOD_SOUL_BIND_RESPONSE = 20212;
FA_BAO_SOUL_UPLV_REQUEST = 20213;//
FA_BAO_SOUL_UPLV_RESPONSE = 20214;
//30000 使

View File

@ -88,6 +88,7 @@ import "CommonProto.proto";
optional int32 serverOpenTime = 47; //
optional int32 xiuweiLevel = 48; //
repeated PracticeSkillInfo practiceSkillInfos = 49;//
repeated FaBaoSoulInfo FaBaoSoulInfos = 50;//
}