军团:许愿池修复

This commit is contained in:
luying
2022-05-10 15:14:20 +08:00
parent c02d02b3f6
commit e85eae5991
5 changed files with 39 additions and 23 deletions

View File

@@ -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);
}