diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-30 16:58:26 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-30 16:58:26 -0400 |
commit | 849099e23027d5ddb96c6616a9df835b57725b09 (patch) | |
tree | 62cfdf0217958c1ccb9551bc5d2861c2c0378b4e /world/map | |
parent | f6e1ed7160bd7192657fae2d1fc0edd8cad7eaab (diff) | |
download | serverdata-849099e23027d5ddb96c6616a9df835b57725b09.tar.gz serverdata-849099e23027d5ddb96c6616a9df835b57725b09.tar.bz2 serverdata-849099e23027d5ddb96c6616a9df835b57725b09.tar.xz serverdata-849099e23027d5ddb96c6616a9df835b57725b09.zip |
move hug command to the commands folder
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/commands/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/commands/hug.txt (renamed from world/map/npc/functions/hug.txt) | 0 | ||||
-rw-r--r-- | world/map/npc/scripts.conf | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/commands/_import.txt b/world/map/npc/commands/_import.txt index 3cabe0b7..b2fe92a1 100644 --- a/world/map/npc/commands/_import.txt +++ b/world/map/npc/commands/_import.txt @@ -8,3 +8,4 @@ npc: npc/commands/pullrabbit.txt npc: npc/commands/numa.txt npc: npc/commands/destroynpc.txt npc: npc/commands/remotecmd.txt +npc: npc/commands/hug.txt diff --git a/world/map/npc/functions/hug.txt b/world/map/npc/commands/hug.txt index f1bd2637..f1bd2637 100644 --- a/world/map/npc/functions/hug.txt +++ b/world/map/npc/commands/hug.txt diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index 0935f246..25fba83b 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -29,7 +29,6 @@ npc: npc/functions/dynamic_menu.txt npc: npc/functions/DyeConfig.txt npc: npc/functions/motd.txt npc: npc/functions/motdconfig.txt -npc: npc/functions/hug.txt // Item Functions npc: npc/items/purification_potion.txt |