天赋:修复重置天赋重复的问题

This commit is contained in:
luying
2022-04-14 13:35:31 +08:00
parent e9c8b3db7e
commit ccd9bfd756

View File

@@ -30,6 +30,7 @@ export const dicHeroTalent = new Map<number, DicHeroTalent>();
export const initTalents = new Map<number, number[]>();
export function loadHeroTalent() {
dicHeroTalent.clear();
initTalents.clear();
let arr = readFileAndParse(FILENAME.DIC_HERO_TALENT);