修改item

master_huanxiang
wangyuan 2019-01-16 16:20:04 +08:00
parent 8bbfff456a
commit 637eed684c
1 changed files with 1 additions and 4 deletions

View File

@ -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;
}