Remove scroll generator (custom feature)

This allowed me to remove the getCardTierSize db query
This commit is contained in:
P0nk
2023-07-25 17:20:16 +02:00
parent 855b66c459
commit 84ad5b4db8
3 changed files with 4 additions and 490 deletions

View File

@@ -24,13 +24,6 @@
var status;
function start() {
const YamlConfig = Java.type('config.YamlConfig');
if (YamlConfig.config.server.USE_ENABLE_CUSTOM_NPC_SCRIPT) {
cm.dispose();
cm.openNpc(9201088, "scroll_generator");
return;
}
status = -1;
action(1, 0, 0);
}
@@ -54,4 +47,4 @@ function action(mode, type, selection) {
cm.dispose();
}
}
}
}