diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index d10521a..7d23bfd 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -664,6 +664,7 @@ import "CommonProto.proto"; optional int32 targetUid = 1; optional string heroId = 2 ;// 动态id optional int32 serverId = 3; + optional int32 teamId = 4;//队伍id } message ViewHeroInfoResponse{