This commit is contained in:
wh_zcy 2023-04-20 19:06:48 +08:00
parent 52e08a5c7a
commit 4ec983d257

View File

@ -196,7 +196,8 @@ 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
} }