埋点更新

This commit is contained in:
meixiongfeng 2023-12-19 18:35:46 +08:00
parent 19666599a8
commit 7a46b5a555

View File

@ -556,9 +556,8 @@ func (this *Hero) SendTaskMsg(session comm.IUserSession, szStar []int32, drawCou
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype246, colorCount))
}
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype89, drawCount))
go this.AsynHandleSession(session, func(session comm.IUserSession) {
this.ModuleBuried.TriggerBuried(session, tasks...)
})
}
func (this *Hero) RegisterInstructor(session comm.IUserSession, heroOid []string, fulllvenr int32) (errdata *pb.ErrorData) {