diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index c273e10..e2c573e 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -684,9 +684,7 @@ import "CommonProto.proto"; optional int32 type = 1;//0为领取宝箱 1为急速探索 } message CheckAdventureItemResponse{ - optional int32 itemId = 1; - optional int32 curCount = 2; - optional int32 maxCount =3; + optional int32 itemId = 1;//1为有超过上限 } \ No newline at end of file