排行榜:团长信息
This commit is contained in:
@@ -263,7 +263,7 @@ export class AuctionHandler {
|
||||
const userGuild = await UserGuildModel.createUserGuild(guild.code, role, true);
|
||||
if (!userGuild) return resResult(STATUS.GUILD_CREATE_ERROR);
|
||||
|
||||
await RoleModel.joinGuild(roleId, guild.code, guild.name);
|
||||
await RoleModel.joinGuild(roleId, guild.code, guild.name, true);
|
||||
await UserGuildApplyModel.deleteApply(roleId); // 删除玩家所有对其他公会的申请
|
||||
guildCode = guild.code;
|
||||
session.set('guildCode', guildCode);
|
||||
|
||||
Reference in New Issue
Block a user