diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 11:02:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 11:02:17 -0300 |
commit | 277407b85a0e555de8034c8b6df32dce209c608e (patch) | |
tree | 81505d3d7cfc36ddf0e92af3df7ee798c3edf079 /npc/scripts.conf | |
parent | ff8fa17c70610a61d6e5b9ceec31088cddb1b9a5 (diff) | |
download | serverdata-277407b85a0e555de8034c8b6df32dce209c608e.tar.gz serverdata-277407b85a0e555de8034c8b6df32dce209c608e.tar.bz2 serverdata-277407b85a0e555de8034c8b6df32dce209c608e.tar.xz serverdata-277407b85a0e555de8034c8b6df32dce209c608e.zip |
Fixes
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 330fd4f18..dacf8029d 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -4,6 +4,7 @@ "npc/functions/permissions.txt", "npc/functions/main.txt", "npc/functions/util.txt", +"npc/functions/asklanguage.txt", "npc/functions/clientversion.txt", // General-purpose Framework functions @@ -27,7 +28,6 @@ "npc/items/rand_sc_heal.txt", // Misc functions -"npc/functions/asklanguage.txt", "npc/functions/barber.txt", "npc/functions/bank.txt", "npc/functions/confused-tree-dict.txt", |