GM-worldtask
This commit is contained in:
parent
6e2f8e997c
commit
310f06821f
@ -197,7 +197,7 @@ func (this *Worldtask) BingoJumpTask(session comm.IUserSession, groupId, taskId
|
||||
mytask.CurrentTask = make(map[int32]*pb.Worldtask)
|
||||
}
|
||||
|
||||
if len(nextTaskIds) == 1 {
|
||||
if len(nextTaskIds) >= 1 {
|
||||
mytask.CurrentTask[groupId] = &pb.Worldtask{
|
||||
TaskId: nextTaskIds[0],
|
||||
TaskType: 2, //设置主线类型
|
||||
|
Loading…
Reference in New Issue
Block a user