字典:后台重载bug
This commit is contained in:
@@ -16,7 +16,8 @@ export interface DicFriendShipLevel {
|
||||
export const maxFriendShipLv = { max: 0 };
|
||||
export const dicFriendShipLevelMap = new Map<number, DicFriendShipLevel>();
|
||||
export function loadFriendShipLevel() {
|
||||
|
||||
maxFriendShipLv.max = 0;
|
||||
dicFriendShipLevelMap.clear();
|
||||
let arr = readFileAndParse(FILENAME.DIC_FRIEND_SHIP_LEVEL);
|
||||
let expSum = 0;
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user