训练场宝箱展示bug
This commit is contained in:
@@ -184,4 +184,12 @@ export async function checkMemberExists(code: string, serverId:number, roleId: s
|
||||
flag = true;
|
||||
}
|
||||
return flag;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 成员退出,删除boss关排行信息
|
||||
* @param guildCode
|
||||
* @param roleId
|
||||
*/
|
||||
export async function removeBossRank(guildCode: string, roleId: string) {
|
||||
await BossInstanceModel.removeBossRank(guildCode, roleId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user