From c51e72639837be7db84c988a3686843431e955c4 Mon Sep 17 00:00:00 2001 From: liwei <2211068034@qq.com> Date: Mon, 7 Aug 2023 09:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=89=A7=E6=83=85=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/const.go | 1 + modules/storyline/module.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/comm/const.go b/comm/const.go index f41170b71..8f1d56e7f 100644 --- a/comm/const.go +++ b/comm/const.go @@ -100,6 +100,7 @@ const ( ModuleHeroTask core.M_Modules = "herotask" //守护者任务 ModuleShopCenter core.M_Modules = "shopcenter" //购物中心 ModuleAddrecharge core.M_Modules = "addrecharge" //累充系统 + ModuleStoryLine core.M_Modules = "storyline" //剧情活动 ) // 数据表名定义处 diff --git a/modules/storyline/module.go b/modules/storyline/module.go index f1cbf0ed4..865693b30 100644 --- a/modules/storyline/module.go +++ b/modules/storyline/module.go @@ -20,7 +20,7 @@ func NewModule() core.IModule { } func (this *StoryLine) GetType() core.M_Modules { - return comm.ModuleKFTask + return comm.ModuleStoryLine } func (this *StoryLine) Init(service core.IService, module core.IModule, options core.IModuleOptions) (err error) {