update
This commit is contained in:
parent
52e08a5c7a
commit
4ec983d257
@ -197,6 +197,7 @@ func (this *Worldtask) BingoJumpTask(session comm.IUserSession, groupId, taskId
|
|||||||
if len(nextTaskIds) == 1 {
|
if len(nextTaskIds) == 1 {
|
||||||
mytask.CurrentTask[groupId] = &pb.Worldtask{
|
mytask.CurrentTask[groupId] = &pb.Worldtask{
|
||||||
TaskId: nextTaskIds[0],
|
TaskId: nextTaskIds[0],
|
||||||
|
TaskType: 2, //设置主线类型
|
||||||
}
|
}
|
||||||
update["currentTask"] = mytask.CurrentTask
|
update["currentTask"] = mytask.CurrentTask
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user