diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 7ba12c8..9c1b9c7 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -121,10 +121,7 @@ import "CommonProto.proto"; optional int32 optionId = 2; } message UseTowerBuffResponse { - //buffId - optional int32 buffId = 1; - //buff值 - optional int32 buffValue = 2; + optional EventBehaviorCommon eventBehaviorCommon =1; } @@ -192,7 +189,7 @@ import "CommonProto.proto"; // 奖励 repeated Drop drop = 1; } - message FbStarRewardResponse{ + message FbStarRewardResponse{ // 副本星级奖励 optional Drop FbStarReward = 1; }