From 20290ad9e413f3c0bbf7bc54776d0acafbc7dc85 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 21 Aug 2023 10:25:36 +0800 Subject: [PATCH] =?UTF-8?q?gm=20=E5=88=9B=E5=BB=BA=E5=85=A8=E6=BB=A1?= =?UTF-8?q?=E8=8B=B1=E9=9B=84=E4=B9=9F=E9=9C=80=E8=A6=81=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E7=BE=81=E7=BB=8A=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/model_hero.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hero/model_hero.go b/modules/hero/model_hero.go index 72a50e815..54e743322 100644 --- a/modules/hero/model_hero.go +++ b/modules/hero/model_hero.go @@ -108,6 +108,7 @@ func (this *ModelHero) createSpecialHero(uid string, heroCfgId string) (hero *pb return } } + this.module.moduleFetter.AddHeroFetterData(uid, heroCfgId) return }