Remove redundant scripts for Ariant weapon & armor merchants

This commit is contained in:
P0nk
2023-03-18 15:08:06 +01:00
parent a496c0f2b4
commit 7315dd80fc
2 changed files with 0 additions and 22 deletions

View File

@@ -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();
}

View File

@@ -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();
}