diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 14:23:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 14:23:01 -0300 |
commit | a88e28ee79238f6eda8e809ad23f1c4110fea2cb (patch) | |
tree | 0bc9fa8d93a41cdb307842cc73977e0a47572c74 /npc | |
parent | fafd78fb618779b6acf67d015865c67d1462352e (diff) | |
download | serverdata-a88e28ee79238f6eda8e809ad23f1c4110fea2cb.tar.gz serverdata-a88e28ee79238f6eda8e809ad23f1c4110fea2cb.tar.bz2 serverdata-a88e28ee79238f6eda8e809ad23f1c4110fea2cb.tar.xz serverdata-a88e28ee79238f6eda8e809ad23f1c4110fea2cb.zip |
Fix a bug
Diffstat (limited to 'npc')
-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 51db67310..0f0f40175 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -38,6 +38,7 @@ "npc/config/magic.txt", // Misc functions +"npc/functions/aurora.txt", "npc/functions/estate.txt", "npc/functions/barber.txt", "npc/functions/bank.txt", @@ -144,7 +145,6 @@ "npc/functions/gmbot.txt", "npc/functions/instances.txt", "npc/functions/captcha.txt", -"npc/functions/aurora.txt", // Maps specific scripts @include "npc/_import.txt" |