diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-14 00:36:48 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 00:36:48 -0200 |
commit | 1de25ee4d7214ae2d270282cc2b8148d4904aeba (patch) | |
tree | a21b2ba4cd13ce6b35cb69366f7ee8c6c4297db9 /npc/scripts.conf | |
parent | 6f195043dd742be3a850df9efe7d310e51cfda86 (diff) | |
download | serverdata-1de25ee4d7214ae2d270282cc2b8148d4904aeba.tar.gz serverdata-1de25ee4d7214ae2d270282cc2b8148d4904aeba.tar.bz2 serverdata-1de25ee4d7214ae2d270282cc2b8148d4904aeba.tar.xz serverdata-1de25ee4d7214ae2d270282cc2b8148d4904aeba.zip |
Move stuff around on scripts.conf
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index b6b741ddd..742c50e5b 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -28,6 +28,10 @@ "npc/functions/random-talk.txt", "npc/items/rand_sc_heal.txt", +// config script +"npc/config/hairstyle_config.txt", +"npc/config/magic.txt", + // Misc functions "npc/functions/barber.txt", "npc/functions/bank.txt", @@ -80,10 +84,6 @@ "npc/commands/wgm.txt", "npc/commands/ucp.txt", -// config script -"npc/config/hairstyle_config.txt", -"npc/config/magic.txt", - // Magic Commands "npc/magic/zarkor.txt", "npc/magic/parum.txt", |