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 }