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...) }