diff options
author | Freeyorp <Freeyorp101@hotmail.com> | 2009-12-28 20:39:47 +1300 |
---|---|---|
committer | Freeyorp <Freeyorp101@hotmail.com> | 2009-12-29 13:04:27 +1300 |
commit | a10d7f1c0de6098fda4a810e26d5b54de83ce6c4 (patch) | |
tree | b8f07bdb66c05ad27cbf44a73afa6b894c414166 /npc/scripts.conf | |
parent | 90a34087ea8e2760d66288e86556d6924793d134 (diff) | |
download | serverdata-a10d7f1c0de6098fda4a810e26d5b54de83ce6c4.tar.gz serverdata-a10d7f1c0de6098fda4a810e26d5b54de83ce6c4.tar.bz2 serverdata-a10d7f1c0de6098fda4a810e26d5b54de83ce6c4.tar.xz serverdata-a10d7f1c0de6098fda4a810e26d5b54de83ce6c4.zip |
Add a function which prevents restricted items from being worn when debug is not enabled
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 461018d2..b26a889c 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -16,6 +16,7 @@ npc: npc/functions/soul_menhir.txt // Item Functions npc: npc/items/purification_potion.txt npc: npc/items/unreleased_item.txt +npc: npc/items/restricted_item.txt import: npc/_import.txt |