diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index dcfd0ef..f3ab6f0 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -442,11 +442,11 @@ import "CommonProto.proto"; } - + //获取好感度数据协议 message GetLikableDataResponse{ repeated LikableInfo infoList = 1; - + optional int32 likableRemainTime = 2;//好感度剩余捐赠次数 } diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index c5c9d33..43791a0 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -407,6 +407,7 @@ import "CommonProto.proto"; optional int32 expeditionLeve =13 ; //猎妖之路阶段 -1 待选择 optional int32 hadLuckTime = 14;//幸运探宝次数 optional int32 hadAdvanceLuckTime = 15;//高级幸运探宝次数 + optional int32 likableRemainTime = 16;//好感度剩余捐赠次数 } message ZeroPlayerUpdateIndication{