上传武器配置接口错误

This commit is contained in:
liwei1dao 2022-11-03 10:18:05 +08:00
parent 7f9b134067
commit 4fa1917d52

View File

@ -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 {