From 48476bdb29ea7ba4a173aa027972bdad1afbfdc3 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Tue, 22 Jan 2019 09:51:21 +0800 Subject: [PATCH] fix --- protos/CommonProto.proto | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 6486663..2e201ba 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -41,12 +41,6 @@ option optimize_for = SPEED; } - message Skill{ - optional int32 skillId = 1; - optional int32 level = 2; - } - - message Hero{ optional string id = 1; optional int32 heroId = 2; @@ -61,7 +55,7 @@ option optimize_for = SPEED; optional int32 mDefence= 10; optional int32 speed= 11; - repeated Skill skillList = 12; + repeated int32 skillIdList = 12; repeated string equipIdList = 13; }