From 7315dd80fce73aa1f2bf9f04831337c2e90d2825 Mon Sep 17 00:00:00 2001 From: P0nk Date: Sat, 18 Mar 2023 15:08:06 +0100 Subject: [PATCH] Remove redundant scripts for Ariant weapon & armor merchants --- scripts/npc/2100002.js | 11 ----------- scripts/npc/2100003.js | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 scripts/npc/2100002.js delete mode 100644 scripts/npc/2100003.js diff --git a/scripts/npc/2100002.js b/scripts/npc/2100002.js deleted file mode 100644 index 2cbe7b96f0..0000000000 --- a/scripts/npc/2100002.js +++ /dev/null @@ -1,11 +0,0 @@ -var status = 0; - -function start() { - status = -1; - action(1, 0, 0); -} - -function action(mode, type, selection) { - cm.openShopNPC(2100002); - cm.dispose(); -} \ No newline at end of file diff --git a/scripts/npc/2100003.js b/scripts/npc/2100003.js deleted file mode 100644 index 2abc59d8aa..0000000000 --- a/scripts/npc/2100003.js +++ /dev/null @@ -1,11 +0,0 @@ -var status = 0; - -function start() { - status = -1; - action(1, 0, 0); -} - -function action(mode, type, selection) { - cm.openShopNPC(2100003); - cm.dispose(); -} \ No newline at end of file