军团:许愿池修复
This commit is contained in:
@@ -300,7 +300,7 @@ export class GuildHandler {
|
||||
if (ceLimit > role.ce) {
|
||||
return resResult(STATUS.GUILD_NOT_REACH_CONDI);
|
||||
}
|
||||
// TODO 暂时关闭
|
||||
|
||||
if(nowSeconds() - role.quitGuildTime < dicParam.ARMY.ARMY_JOIN_COOLDOWNTIME * 60) {
|
||||
return resResult(STATUS.GUILD_QUIT_TIME);
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@ export async function refreshUserGuild(userGuild: UserGuildType, roleId: string)
|
||||
let donateName = donateNames[donateNames.length - i - 1];
|
||||
await sendMailByContent(MAIL_TYPE.WISH_POOL_REWARD, roleId, {
|
||||
params: [donateName, goodInfo.name],
|
||||
goods: [{ id: goodId, count: drawCnt }]
|
||||
goods: [{ id: goodId, count: 1 }]
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user