diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 620fc9a..99d53a4 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -60,6 +60,7 @@ import "CommonProto.proto"; optional EndlessInfo endInfo = 21;//无尽副本信息 optional PlayerBindPhone playerBindPhone = 22;//玩家手机绑定信息 optional int32 QuestionState = 23;//答题状态 -1没有问卷 0未答题 1已答题 + optional int32 SoulEquipPool = 24;//占星卡池 }