From fc3b854adde1138c86376b1f8539bd0d855f7de3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 9 Dec 2021 00:01:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B9=99=EC=9D=98=EA=B0=80=20=EB=B6=88?= =?UTF-8?q?=EA=B0=80=EB=8A=A5=ED=95=9C=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/select_npc.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/ts/select_npc.ts b/hwe/ts/select_npc.ts index 3b5b3e9a..f1b8e240 100644 --- a/hwe/ts/select_npc.ts +++ b/hwe/ts/select_npc.ts @@ -5,6 +5,9 @@ import { TemplateEngine } from "./util/TemplateEngine"; import { GeneralListResponse, InvalidResponse } from './defs'; import { convertFormData } from './util/convertFormData'; import { unwrap_any } from './util/unwrap_any'; +import { setAxiosXMLHttpRequest } from './util/setAxiosXMLHttpRequest'; + +setAxiosXMLHttpRequest(); declare const specialInfo: Record; declare const characterInfo: Record;