From 015006cd8f441c296654bdc7ee1ca0aa09d3f862 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 19 Jun 2023 18:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=81=E7=BB=8A=E6=BF=80=E6=B4=BBbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/library/api_activationfetter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/library/api_activationfetter.go b/modules/library/api_activationfetter.go index 412c4ff38..fb1993235 100644 --- a/modules/library/api_activationfetter.go +++ b/modules/library/api_activationfetter.go @@ -39,7 +39,7 @@ func (this *apiComp) ActivationFetter(session comm.IUserSession, req *pb.Library return } // 检查是否有这几个英雄 - c, _ := this.configure.GetFriendData(fetter.Fid, 1) + c, _ := this.module.configure.GetFriendData(fetter.Fid, 1) if len(fetter.Herofetter) != len(c) { errdata = &pb.ErrorData{ Code: pb.ErrorCode_LibraryNoData,