字典:后台重载bug
This commit is contained in:
@@ -24,6 +24,8 @@ const DicApKeys: KeysEnum<DicAp> = {
|
||||
export const dicApMaxLevel = { max: 0 };
|
||||
export const dicAp = new Map<number, DicAp>();
|
||||
export function loadAp() {
|
||||
dicApMaxLevel.max = 0;
|
||||
dicAp.clear();
|
||||
let arr = readFileAndParse(FILENAME.DIC_AP);
|
||||
arr.forEach(o => {
|
||||
o.maxAp = o.maxAP;
|
||||
|
||||
Reference in New Issue
Block a user