diff options
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", |