summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-11 08:38:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-11 08:38:20 -0300
commited39c7518c82ede371b9b74f6eca8deb66a73e31 (patch)
treee6fe9662612df7fc4ec55e9ed32fd87c97ab93dc /npc/scripts.conf
parentedf822b99c36c7bede00aef3202b2cbe42cde37b (diff)
downloadserverdata-ed39c7518c82ede371b9b74f6eca8deb66a73e31.tar.gz
serverdata-ed39c7518c82ede371b9b74f6eca8deb66a73e31.tar.bz2
serverdata-ed39c7518c82ede371b9b74f6eca8deb66a73e31.tar.xz
serverdata-ed39c7518c82ede371b9b74f6eca8deb66a73e31.zip
Fix bugs, prepare to implement the *real* skill loop
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r--npc/scripts.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf
index beed5f75..fda113f4 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -39,7 +39,6 @@
"npc/functions/default_npc_checks.txt",
"npc/functions/undead_debug.txt",
"npc/functions/headstyles.txt",
-"npc/functions/global_event_handler.txt",
"npc/functions/stat_reset.txt",
"npc/functions/quiz.txt",
"npc/functions/dynamic_menu.txt",
@@ -64,6 +63,7 @@
//Magic
"npc/magic/config.txt",
+"npc/magic/final.txt",
// Commands
"npc/commands/debug-quest.txt",
@@ -97,6 +97,7 @@
// Post Loading Functions
"npc/functions/filters.txt",
+"npc/functions/global_event_handler.txt",
@include "npc/_import.txt"