From 8574cd8398a0fe5f060b5320624eb955fc597044 Mon Sep 17 00:00:00 2001 From: liwei Date: Mon, 14 Nov 2022 15:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/equipment/configure.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/equipment/configure.go b/modules/equipment/configure.go index e6b48a54c..cc2d62281 100644 --- a/modules/equipment/configure.go +++ b/modules/equipment/configure.go @@ -34,6 +34,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp this.LoadConfigure(equip_suit, cfg.NewGameEquipSuit) this.LoadConfigure(game_equipcompose, cfg.NewGameEquipCompose) this.LoadConfigure(game_equipattribute, cfg.NewGameEquipAttribute) + this.LoadConfigure(game_equipenchanting, cfg.NewGameEquipEnchanting) return }