上传强化装备埋点
This commit is contained in:
parent
3d48f7cc12
commit
51ffe78927
@ -207,6 +207,7 @@ func (this *apiComp) Upgrade(session comm.IUserSession, req *pb.EquipmentUpgrade
|
||||
tasks = append(tasks, comm.GettaskParam(comm.Rtype96, 1))
|
||||
// this.module.ModuleRtask.SendToRtask(session, comm.Rtype96, 1)
|
||||
}
|
||||
tasks = append(tasks, comm.GettaskParam(comm.Rtype92, 1))
|
||||
if len(tasks) > 0 {
|
||||
go this.module.ModuleRtask.TriggerTask(session.GetUserId(), tasks...)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user