字典:后台重载bug
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user