From f7194e06f212eac96e1ace3fa8804ef5ccf37253 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Mon, 27 Jul 2020 21:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E6=8E=A2=E5=AE=9D=E6=AC=A1?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 528a1f3..9fb2a64 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -70,6 +70,7 @@ import "CommonProto.proto"; repeated int32 dailyChallengeInfo = 30;//每日挑战信息 optional int32 expeditionLeve =31 ; //猎妖之路阶段 -1 待选择 optional int32 hadLuckTime = 32;//幸运探宝次数 + optional int32 hadAdvanceLuckTime = 33;//高级幸运探宝次数 } @@ -385,6 +386,7 @@ import "CommonProto.proto"; repeated int32 takeFeteReward =12 ; // 祭祀领取进度 optional int32 expeditionLeve =13 ; //猎妖之路阶段 -1 待选择 optional int32 hadLuckTime = 14;//幸运探宝次数 + optional int32 hadAdvanceLuckTime = 15;//高级幸运探宝次数 }