From 16bbe28782c9d83c8db5f84f7e12505c44b69367 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Thu, 1 Dec 2022 09:43:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E6=89=A9=E5=B1=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/model_record.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hero/model_record.go b/modules/hero/model_record.go index 63fef19cb..4c4f4c302 100644 --- a/modules/hero/model_record.go +++ b/modules/hero/model_record.go @@ -33,6 +33,7 @@ func (this *ModelRecord) GetHeroRecord(uid string) (result *pb.DBHeroRecord, err result.Star5Hero = map[string]int32{} result.Mtime = configure.Now().Unix() this.Add(uid, result) + err = nil } return }