diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 76f772f..14c6f4b 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -61,6 +61,8 @@ import "CommonProto.proto"; optional PlayerBindPhone playerBindPhone = 22;//玩家手机绑定信息 optional int32 QuestionState = 23;//答题状态 -1没有问卷 0未答题 1已答题 optional int32 SoulEquipPool = 24;//占星卡池 + repeated int32 playedMapTypes = 25;//已经玩过的副本类型 + }