字典:后台重载bug

This commit is contained in:
luying
2021-10-15 18:16:05 +08:00
parent 70a3d719b0
commit abce31b539
73 changed files with 138 additions and 57 deletions
@@ -15,7 +15,9 @@ export interface DicPvpRefreshConsume {
export const dicPvpRefreshConsume = new Map<number, RewardInter[]>();
export const maxPvpRefreshCnt = { max: 0 };
export function loadPvpRefreshConsume() {
dicPvpRefreshConsume.clear();
maxPvpRefreshCnt.max = 0;
let arr = readFileAndParse(FILENAME.DIC_PVP_REFRESH_CONSUME);
arr.forEach(o => {