上传代码

This commit is contained in:
liwei 2023-07-03 17:27:27 +08:00
parent 5b3f3e0ac5
commit 18dd3fc53e

View File

@ -65,6 +65,7 @@ func (this *MCompConfigure) Init(service core.IService, module core.IModule, com
err = this.LoadConfigure(new_hero, cfg.NewGameHero)
err = this.LoadConfigure(game_playerlv, cfg.NewGamePlayerlv)
err = this.LoadConfigure(new_robot, cfg.NewGameRobot)
err = this.LoadConfigure(game_signreset, cfg.NewGameSignReset)
err = this.LoadConfigure(game_equip, cfg.NewGameEquip)
err = this.LoadConfigure(game_item, cfg.NewGameItem)
@ -464,7 +465,7 @@ func (this *MCompConfigure) RandRobotConfig(num int32) (confs []*cfg.GameRobotDa
return
}
}
return nil, comm.NewNotFoundConfErr("工具模块", new_hero, "没有可用机器人")
return nil, comm.NewNotFoundConfErr("工具模块", new_robot, "没有可用机器人")
}
// 获取签到信息