From a64bbd004ffbaf3422685b7b8e6d33e8a0cf7350 Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 8 Sep 2023 17:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E7=99=BE=E5=AE=B6=E4=BA=89?= =?UTF-8?q?=E9=B8=A3):=20=E5=8D=95=E6=AC=A1=E6=8A=BD=E5=8D=A1=E4=BC=9A?= =?UTF-8?q?=E6=9C=89=E5=A4=9A=E6=AC=A1=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dictionary/DicGacha.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/pubUtils/dictionary/DicGacha.ts b/shared/pubUtils/dictionary/DicGacha.ts index ca5b7c1fe..e73bf6a94 100644 --- a/shared/pubUtils/dictionary/DicGacha.ts +++ b/shared/pubUtils/dictionary/DicGacha.ts @@ -29,6 +29,7 @@ export const dicGacha = new Map(); // id => dic export const dicGachaByGachaType = new Map(); // gachaType => id export function loadGacha() { dicGacha.clear(); + dicGachaByGachaType.clear(); let arr = readFileAndParse(FILENAME.DIC_GACHA); arr.forEach(o => {