From 29fe363ba0a2b5d7a8e320033229727283a9fb55 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Fri, 3 Jul 2020 18:24:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Revert=20"Hero=E5=8D=8F=E8=AE=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f60867732c90b951809bb2aa5aa0369f9f1f3cb5. --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index bba5bfd..e43f365 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -90,7 +90,7 @@ option optimize_for = SPEED; optional int32 star = 5; optional int32 skinId = 6; - repeated int32 equipIdList = 8; + repeated string equipIdList = 8; optional int32 createTime = 9; //入手时间 optional int32 starBreakId = 10 ;//升星对应的breakId From 273cf61338ba757415e01699d7c2b92bdf28c242 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 10 Jul 2020 17:41:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"Revert=20"Hero=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 29fe363ba0a2b5d7a8e320033229727283a9fb55. --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index e43f365..bba5bfd 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -90,7 +90,7 @@ option optimize_for = SPEED; optional int32 star = 5; optional int32 skinId = 6; - repeated string equipIdList = 8; + repeated int32 equipIdList = 8; optional int32 createTime = 9; //入手时间 optional int32 starBreakId = 10 ;//升星对应的breakId