diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 1de271d..be11d71 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -638,6 +638,7 @@ import "CommonProto.proto"; message GetLuckWheelRandRewardRequest{ optional int32 activityId = 1; optional bool repeated = 2; + optional int32 privilegeId = 3; } message GetLuckWheelRandRewardResponse{ optional int32 activityId = 1;