埋点更新
This commit is contained in:
parent
19666599a8
commit
7a46b5a555
@ -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.Rtype246, colorCount))
|
||||||
}
|
}
|
||||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype89, drawCount))
|
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype89, drawCount))
|
||||||
go this.AsynHandleSession(session, func(session comm.IUserSession) {
|
|
||||||
this.ModuleBuried.TriggerBuried(session, tasks...)
|
this.ModuleBuried.TriggerBuried(session, tasks...)
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *Hero) RegisterInstructor(session comm.IUserSession, heroOid []string, fulllvenr int32) (errdata *pb.ErrorData) {
|
func (this *Hero) RegisterInstructor(session comm.IUserSession, heroOid []string, fulllvenr int32) (errdata *pb.ErrorData) {
|
||||||
|
Loading…
Reference in New Issue
Block a user