军团bug和备注

This commit is contained in:
mamengke01
2021-02-23 11:43:50 +08:00
parent 0fc828793a
commit 6759a7dcb1
9 changed files with 162 additions and 49 deletions

View File

@@ -118,6 +118,12 @@ export enum GUILD_REC_TYPE {
IMPEACH = 11, // 弹劾 roleName roleName
}
//1等待团长开启2今日已开启且boss通关3开启中
export enum GUILD_BOSS_STATUS {
WAIT_OPEN = 1,
OPENED = 2,
OPEN = 3,//开启中
}
export const GUILD_REPORT_NUM = 40;
export const REFRESH_HOUR = 5;