From 637eed684c8a3af5f6537e1345552498a805caca Mon Sep 17 00:00:00 2001 From: wangyuan Date: Wed, 16 Jan 2019 16:20:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; }