字典:后台重载bug
This commit is contained in:
@@ -24,6 +24,8 @@ export interface DicFriendShip {
|
||||
export const friendShips = new Map<string, DicFriendShip>();
|
||||
export const friendShipHidAandIds = new Map<number, {actorId: number, level:number}>();
|
||||
export function loadFriendShip() {
|
||||
friendShips.clear();
|
||||
friendShipHidAandIds.clear();
|
||||
let arr = readFileAndParse(FILENAME.DIC_FRIEND_SHIP);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user