字典:后台重载bug
This commit is contained in:
@@ -11,6 +11,7 @@ export interface DicGkPvp {
|
||||
export const dicGkPvp = new Map<number, DicGkPvp>();
|
||||
export const dicGkPvps = new Array<number>();
|
||||
export function loadGkPvp() {
|
||||
dicGkPvp.clear();
|
||||
dicGkPvps.splice(0, dicGkPvps.length);
|
||||
let arr = readFileAndParse(FILENAME.DIC_GK_PVP);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user