From e519ad0bd2563ffcdccb2b5e8d06db7eee02614c Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Wed, 8 Feb 2023 14:03:29 +0800 Subject: [PATCH] =?UTF-8?q?gm=20=E5=8F=91=E8=A3=85=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gm/module.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gm/module.go b/modules/gm/module.go index 36aa43755..56c0bd1f8 100644 --- a/modules/gm/module.go +++ b/modules/gm/module.go @@ -112,13 +112,13 @@ func (this *GM) CreateCmd(session comm.IUserSession, cmd string) (code pb.ErrorC res []*cfg.Gameatn ) - equip := this.configure.GetAllItemConfigure() + equip := this.configure.GetAllEquipmentConfigure() for _, v1 := range equip { res = append(res, &cfg.Gameatn{ A: "equi", T: v1.Id, - N: 1, + N: 5, }) } data := this.configure.GetHeroConfigData()