From 4788db6710f64861f242eada74530f2c925621de Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Tue, 15 Dec 2020 14:28:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=96=E7=95=8C=E7=AD=89=E7=BA=A7=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index b0fce06..3fc9adc 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -71,6 +71,7 @@ import "CommonProto.proto"; optional int32 expeditionLeve =31 ; //猎妖之路阶段 -1 待选择 optional int32 hadLuckTime = 32;//幸运探宝次数 optional int32 hadAdvanceLuckTime = 33;//高级幸运探宝次数 + optional int32 worldLeve = 34;//世界等级 }