世界任务删除 Rtype14 15 类型
This commit is contained in:
parent
730b36d615
commit
649245fb5d
@ -372,8 +372,8 @@ const (
|
||||
Rtype11 TaskType = 11 //赠送X次友情点
|
||||
Rtype12 TaskType = 12 //使用好友助战英雄xx次
|
||||
Rtype13 TaskType = 13 //更换X次助战英雄
|
||||
Rtype14 TaskType = 14 //累计xx次普通招募
|
||||
Rtype15 TaskType = 15 //累计xx次阵营招募
|
||||
//Rtype14 TaskType = 14 //累计xx次普通招募
|
||||
//Rtype15 TaskType = 15 //累计xx次阵营招募
|
||||
Rtype16 TaskType = 16 //招募获得xx品质英雄xx个
|
||||
Rtype17 TaskType = 17 //普通招募十连,获得xx个以上xx星英雄
|
||||
Rtype18 TaskType = 18 //xx次普通招募
|
||||
|
@ -241,10 +241,10 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype17, 1, k)
|
||||
}
|
||||
}
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype14, req.DrawCount)
|
||||
//this.module.ModuleRtask.SendToRtask(session, comm.Rtype14, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype18, req.DrawCount)
|
||||
} else { // 阵营招募
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype15, req.DrawCount)
|
||||
//this.module.ModuleRtask.SendToRtask(session, comm.Rtype15, req.DrawCount)
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype19, req.DrawCount)
|
||||
if drawCount == 10 {
|
||||
this.module.ModuleRtask.SendToRtask(session, comm.Rtype91, 1) // 阵营10连
|
||||
|
Loading…
Reference in New Issue
Block a user