字典:后台重载bug
This commit is contained in:
@@ -168,6 +168,16 @@ export const dicStoreBase = new Map<number, DicWishPoolBase>(); // 许愿池
|
||||
export const maxMemberCnt = { max: 0 }; // 满配最大人数
|
||||
|
||||
export function loadStructure() {
|
||||
dicStructureConsume.clear();
|
||||
dicCenterBase.clear();
|
||||
dicEquipPriduceBase.clear();
|
||||
dicBossBase.clear();
|
||||
dicBossBaseByBossLv.clear();
|
||||
dicTrainBase.clear();
|
||||
dicDonateBase.clear();
|
||||
dicWishPoolBase.clear();
|
||||
dicStoreBase.clear();
|
||||
maxMemberCnt.max = 0;
|
||||
|
||||
const DicStoreKeys: KeysEnum<DicStoreBase> = {
|
||||
id: true,
|
||||
|
||||
Reference in New Issue
Block a user