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