diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-02 11:03:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-02 11:03:03 -0300 |
commit | b3def12ea45b45833bbe1d6b5e8c704700a8a6cb (patch) | |
tree | 2dd74c8d04861c64ad9a402657577cfd56e19406 /npc/functions | |
parent | 397949a0e46fdc813b195a04f02972e8d089ce7b (diff) | |
download | serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.gz serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.bz2 serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.xz serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.zip |
Reorder a bit scripts.conf
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index df3dd0dd6..ea6fa352c 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -658,7 +658,7 @@ function script EnterTown { .@v$=getarg(0); // Validade variable, see npc/000-1/exit.txt first - setarray .@locs$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia"; + setarray .@locs$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia"; if (array_find(.@locs$, .@v$) < 0) return Exception("Invalid location passed to EnterTown: "+.@v$); |