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