fix(login): 移除登录时的新手任务硬编码,改由任务完成时设置

This commit is contained in:
1
2025-10-23 05:56:08 +00:00
parent 48f2e1457d
commit 5100b9e9a6
2 changed files with 2 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ func (h *Controller) Login(data *user.MAIN_LOGIN_IN, c gnet.Conn) (result *user.
})
}
t.Info.TaskList[3] = 3 //新手任务
t.CompleteLogin() //通知客户端登录成功