From f39d9756f7b88e65b5c55af2cde4c4c981b2ebd5 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 16 Jun 2023 17:09:09 +0800 Subject: [PATCH] Rtype199 --- comm/const.go | 1 + modules/hero/api_talentlearn.go | 1 + 2 files changed, 2 insertions(+) diff --git a/comm/const.go b/comm/const.go index 61baa8fb7..15612078e 100644 --- a/comm/const.go +++ b/comm/const.go @@ -691,6 +691,7 @@ const ( Rtype187 TaskType = 187 Rtype188 TaskType = 188 //玩家创建1个工会 Rtype189 TaskType = 189 //铁匠铺进行一次定制 + Rtype199 TaskType = 199 //回想多少次 ) const ( diff --git a/modules/hero/api_talentlearn.go b/modules/hero/api_talentlearn.go index fb55b9aa8..147726e08 100644 --- a/modules/hero/api_talentlearn.go +++ b/modules/hero/api_talentlearn.go @@ -207,6 +207,7 @@ func (this *apiComp) TalentLearn(session comm.IUserSession, req *pb.HeroTalentLe } } } + szTask = append(szTask, comm.GetBuriedParam(comm.Rtype199, 1)) go this.module.ModuleBuried.TriggerBuried(session.GetUserId(), szTask...) }