diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 2e57c71..ac94883 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -22,10 +22,7 @@ message Common{ message Item{ optional int32 itemId = 1; optional int32 itemNum = 2; - optional int32 itemType = 3; - optional int32 itemQuality = 4; - optional bool isStacking = 5; - optional int32 endingTime = 6; + optional int32 endingTime = 3; }