From 8bac7235e43da7d11079ca0b8d20558dece9e689 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 8 Dec 2023 15:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E6=88=98=E5=88=86=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pb/friend_db.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb/friend_db.pb.go b/pb/friend_db.pb.go index ca1fde1c3..7f3b86601 100644 --- a/pb/friend_db.pb.go +++ b/pb/friend_db.pb.go @@ -35,7 +35,7 @@ type DBFriend struct { Received int32 `protobuf:"varint,8,opt,name=received,proto3" json:"received" bson:"received"` //领取奖励状态0未领1可领2已领 UpdateTime int64 `protobuf:"varint,9,opt,name=updateTime,proto3" json:"updateTime" bson:"updateTime"` // 更新时间 Hero *DBHero `protobuf:"bytes,10,opt,name=hero,proto3" json:"hero" bson:"hero"` //助战英雄副本 - AssistScore int32 `protobuf:"varint,11,opt,name=assistScore,proto3" json:"assistScore" bson:"zhuzhanScore"` //助战分数合计 + AssistScore int32 `protobuf:"varint,11,opt,name=assistScore,proto3" json:"assistScore" bson:"assistScore"` //助战分数合计 Record []*AssistRecord `protobuf:"bytes,12,rep,name=record,proto3" json:"record" bson:"record"` // 助战记录 }