diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index d5aed9a..f7f698d 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -100,7 +100,8 @@ import "CommonProto.proto"; } message TakeAventureRewardResponse{ - optional Drop Drop = 1; + optional Drop Drop = 1; //基础奖励 + optional Drop randomDrop =2; // 随机奖励 }