活动:任务接口添加serverId接口
This commit is contained in:
@@ -93,7 +93,7 @@ export async function joinGuild(code: string, guildName: string, lv: number, rol
|
||||
}
|
||||
|
||||
//成长任务-加入军团
|
||||
await accomplishTask(roleId, TASK_TYPE.GUILD_JOIN, 1);
|
||||
await accomplishTask(serverId, roleId, TASK_TYPE.GUILD_JOIN, 1);
|
||||
|
||||
session.set('guildCode', code);
|
||||
session.push('guildCode', () => { });
|
||||
|
||||
Reference in New Issue
Block a user