From 8beb0773f7e248e9a51ffea629b63126f5ec72b9 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Sat, 8 Jan 2022 13:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 3981b9b..ffba194 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -64,7 +64,7 @@ import "CommonProto.proto"; } message ConsumeItem{ - optional int32 type = 1;// 类型,1:英雄,2:道具 + optional int32 type = 1;// 类型,1:英雄,2:万能道具 3:飞升丹 optional string itemId = 2;//物品id或英雄id }