From 4fa1917d5247f94dd4f184cdaa83de910c19decd Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 3 Nov 2022 10:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=AD=A6=E5=99=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=8E=A5=E5=8F=A3=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/equipment/configure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/equipment/configure.go b/modules/equipment/configure.go index 5395d3b91..e6b48a54c 100644 --- a/modules/equipment/configure.go +++ b/modules/equipment/configure.go @@ -223,7 +223,7 @@ func (this *configureComp) getEquipAttribute(sid string) (result *cfg.GameEquipA v interface{} ok bool ) - if v, err = this.GetConfigure(game_equipcompose); err != nil { + if v, err = this.GetConfigure(game_equipattribute); err != nil { this.module.Errorf("err:%v", err) return } else {