diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index c56060f..02073a0 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -331,6 +331,7 @@ import "CommonProto.proto"; } message GetTrialBoxRewardResponse{ optional Drop boxDrop = 1;//宝箱奖励 + repeated int32 buffIds = 2;//进图buffId } message UseAddHpItemRequest{ optional string heroId = 1;