diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:30:10 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:30:10 -0200 |
commit | 90f0f606ce26ed33b3d0201f54d037cebfee56a2 (patch) | |
tree | 4ff56f4bbeaf32287cd5868fdc1d0f952d282a5f /npc/scripts.conf | |
parent | 08b774bbec7c190b8bd6e5d508e207ee53ed7aac (diff) | |
download | serverdata-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.conf | 2 |
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", |