训练场宝箱展示bug
This commit is contained in:
@@ -167,4 +167,15 @@ export async function checkesetTrain(roleId: string, serverId: number) {
|
||||
if (!userGuild)
|
||||
return;
|
||||
await resetTrain(userGuild.guildCode, serverId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 成员退出删除排行奖励
|
||||
* @param guildCode
|
||||
* @param roleId
|
||||
* @param trainId
|
||||
*/
|
||||
export async function removeTrainRank(guildCode: string, roleId: string, trainId: number) {
|
||||
await GuildTrainModel.removeTrainRank(guildCode, roleId, trainId);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user