This commit is contained in:
meixiongfeng 2023-06-16 17:09:09 +08:00
parent 8753572ebc
commit f39d9756f7
2 changed files with 2 additions and 0 deletions

View File

@ -691,6 +691,7 @@ const (
Rtype187 TaskType = 187 Rtype187 TaskType = 187
Rtype188 TaskType = 188 //玩家创建1个工会 Rtype188 TaskType = 188 //玩家创建1个工会
Rtype189 TaskType = 189 //铁匠铺进行一次定制 Rtype189 TaskType = 189 //铁匠铺进行一次定制
Rtype199 TaskType = 199 //回想多少次
) )
const ( const (

View File

@ -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...) go this.module.ModuleBuried.TriggerBuried(session.GetUserId(), szTask...)
} }