summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-04 21:30:10 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-04 21:30:10 -0200
commit90f0f606ce26ed33b3d0201f54d037cebfee56a2 (patch)
tree4ff56f4bbeaf32287cd5868fdc1d0f952d282a5f /npc/scripts.conf
parent08b774bbec7c190b8bd6e5d508e207ee53ed7aac (diff)
downloadserverdata-90f0f606ce26ed33b3d0201f54d037cebfee56a2.tar.gz
serverdata-90f0f606ce26ed33b3d0201f54d037cebfee56a2.tar.bz2
serverdata-90f0f606ce26ed33b3d0201f54d037cebfee56a2.tar.xz
serverdata-90f0f606ce26ed33b3d0201f54d037cebfee56a2.zip
Move event load to where it belongs
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r--npc/scripts.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf
index 6e3eef3c0..2fcd1a3ff 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -12,7 +12,6 @@
"npc/functions/string.txt",
"npc/functions/time.txt",
"npc/functions/timer.txt",
-"npc/commands/event.txt",
"npc/functions/seasons.txt",
"npc/functions/weather.txt",
@@ -66,6 +65,7 @@
// custom atcommands
"npc/commands/music.txt",
+"npc/commands/event.txt",
"npc/commands/exp.txt",
"npc/commands/debug-look.txt",
"npc/commands/debug-quest.txt",