diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 9a697e7..c8c7661 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -138,4 +138,8 @@ import "CommonProto.proto"; message MapSweepResponse{ // 奖励 repeated Drop drop = 1; + } + message FbStarRewardResponse{ + // 副本星级奖励 + optional Drop FbStarReward = 1; } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index e981630..0a3149b 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -118,6 +118,10 @@ enum MessageType{ FIVE_PLAYER_REFLUSH_INDICATION = 10514; //五点玩家信息刷新 SERVER_FIVE_REQEUST = 10516; //服务器专用用于五点刷新用户数据 + + FB_STAR_REWARD_REQUEST = 10517; //副本星级奖励 + FB_STAR_REWARD_RESPONSE = 10518; + // G 10600 GET_PLAYERINFO_REQUEST = 10600; // GET_PLAYERINFO_RESPONSE = 10601; @@ -376,7 +380,7 @@ enum MessageType{ WORKSHOP_TECHNOLOGY_RESET_RESPONSE = 12213; - + // X 12300 // Y 12400 // Z 12500