diff --git a/src/server/msg/Gameapi.pb.go b/src/server/msg/Gameapi.pb.go index 3ef7f463..4f781200 100644 --- a/src/server/msg/Gameapi.pb.go +++ b/src/server/msg/Gameapi.pb.go @@ -14259,7 +14259,7 @@ type ReqSelfInvited struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - InviterId int32 `protobuf:"varint,1,opt,name=InviterId,proto3" json:"InviterId,omitempty"` + InviterId int64 `protobuf:"varint,1,opt,name=InviterId,proto3" json:"InviterId,omitempty"` } func (x *ReqSelfInvited) Reset() { @@ -14292,7 +14292,7 @@ func (*ReqSelfInvited) Descriptor() ([]byte, []int) { return file_docs_proto_Gameapi_proto_rawDescGZIP(), []int{251} } -func (x *ReqSelfInvited) GetInviterId() int32 { +func (x *ReqSelfInvited) GetInviterId() int64 { if x != nil { return x.InviterId } @@ -20287,7 +20287,7 @@ var file_docs_proto_Gameapi_proto_rawDesc = []byte{ 0x08, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x2e, 0x0a, 0x0e, 0x52, 0x65, 0x71, 0x53, 0x65, 0x6c, 0x66, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x49, - 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, + 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x49, 0x64, 0x22, 0x30, 0x0a, 0x0e, 0x52, 0x65, 0x73, 0x53, 0x65, 0x6c, 0x66, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,