字典:后台重载bug
This commit is contained in:
@@ -11,6 +11,8 @@ export interface DicStrengthenCost {
|
||||
|
||||
export const dicStrengthenCost = new Map<number, number>();
|
||||
export function loadStrengthenCost() {
|
||||
dicStrengthenCost.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_STRENGTHEN_COST);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user