diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 22:16:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 22:16:50 -0300 |
commit | eee8b9997ad63cc136adc6d158086304c6293dd2 (patch) | |
tree | 85d4ad1aa701e99315e1d368a92221b652cbc8b9 /npc | |
parent | 357b89c0f566b84af625c659fcc34ab5089ad2ab (diff) | |
download | serverdata-eee8b9997ad63cc136adc6d158086304c6293dd2.tar.gz serverdata-eee8b9997ad63cc136adc6d158086304c6293dd2.tar.bz2 serverdata-eee8b9997ad63cc136adc6d158086304c6293dd2.tar.xz serverdata-eee8b9997ad63cc136adc6d158086304c6293dd2.zip |
Move craft/ to toplevel
Diffstat (limited to 'npc')
-rw-r--r-- | npc/craft/alchemy.txt (renamed from npc/functions/craft/alchemy.txt) | 0 | ||||
-rw-r--r-- | npc/craft/smith.txt (renamed from npc/functions/craft/smith.txt) | 0 | ||||
-rw-r--r-- | npc/scripts.conf | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/craft/alchemy.txt b/npc/craft/alchemy.txt index e23416596..e23416596 100644 --- a/npc/functions/craft/alchemy.txt +++ b/npc/craft/alchemy.txt diff --git a/npc/functions/craft/smith.txt b/npc/craft/smith.txt index d75f30d92..d75f30d92 100644 --- a/npc/functions/craft/smith.txt +++ b/npc/craft/smith.txt diff --git a/npc/scripts.conf b/npc/scripts.conf index ef41340c9..6eae66be8 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -76,8 +76,8 @@ "npc/items/teleporter.txt", // Crafting System -"npc/functions/craft/alchemy.txt", -"npc/functions/craft/smith.txt", +"npc/craft/alchemy.txt", +"npc/craft/smith.txt", // custom atcommands "npc/commands/music.txt", |