任务:修复任务无法达成bug
This commit is contained in:
@@ -38,6 +38,7 @@ export async function switchOnFunc(roleId: string, type: number, param: number,
|
||||
*/
|
||||
export async function chackFunOpenWhenLogin(role: any, session: BackendSession|FrontendSession) {
|
||||
await switchOnFunc(role.roleId, FUNC_OPT_TYPE.LEVEL_UP, role.lv, session);
|
||||
|
||||
await checkResetTrain(role.roleId, role.serverId);
|
||||
await getUserGuildWithRefActive(role.roleId, '', true)
|
||||
}
|
||||
Reference in New Issue
Block a user