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