diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-14 16:42:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-14 16:42:34 -0300 |
commit | e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83 (patch) | |
tree | fedb4525762dd8e835db2a9b7d4987f4d4f6f60e /world/map/npc/scripts.conf | |
parent | 29a8cbab34acc9eb03242daaeaf83415704461b0 (diff) | |
download | classic-serverdata-e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83.tar.gz classic-serverdata-e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83.tar.bz2 classic-serverdata-e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83.tar.xz classic-serverdata-e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83.zip |
Add the handler for ##ADD_LVL and ##ADD_GP
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index 86c7c75f..49804a10 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -32,6 +32,7 @@ npc: npc/functions/DyeConfig.txt npc: npc/functions/motd.txt npc: npc/functions/motdconfig.txt npc: npc/functions/ghost.txt +npc: npc/functions/vault.txt npc: npc/functions/global_event_handler.txt // Item Functions |