上传完成世界任务埋点
This commit is contained in:
parent
a5dd9f2084
commit
411293356f
@ -1004,6 +1004,7 @@ const (
|
||||
Rtype249 TaskType = 249 //赢得X把快速接龙
|
||||
Rtype250 TaskType = 250 //在{0}回合内完成维京{1}key值
|
||||
Rtype251 TaskType = 251 //在{0}回合内完成狩猎内{1}key值
|
||||
Rtype252 TaskType = 252 //完成指定世界任务
|
||||
)
|
||||
const (
|
||||
MailLineEasy int32 = 1 // 简单
|
||||
|
@ -135,7 +135,7 @@ func (this *apiComp) Finish(session comm.IUserSession, req *pb.WTaskFinishReq) (
|
||||
if conf.Des == 1 {
|
||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype240, 1))
|
||||
}
|
||||
|
||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype252, 1, conf.Key))
|
||||
if conf.Des == 1 && conf.IdAfter != 0 { //日常任务 自动接取下一个
|
||||
wtask.Activations = append(wtask.Activations, conf.IdAfter)
|
||||
session.SendMsg(string(this.module.GetType()), "activationschange", &pb.WTaskActivationsChangePush{Activations: wtask.Activations})
|
||||
|
Loading…
Reference in New Issue
Block a user