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()