diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-12-14 21:04:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-12-14 23:52:47 +0300 |
commit | 4194f0ad5d47640dc0a26c48b070759b354424a7 (patch) | |
tree | cacf7d5a1752d6f75b345aa934843deca04f9969 /npc/scripts.conf | |
parent | 2c8e11ba55a7257124610b1ee7286e07bf6b1fe9 (diff) | |
download | hercules-4194f0ad5d47640dc0a26c48b070759b354424a7.tar.gz hercules-4194f0ad5d47640dc0a26c48b070759b354424a7.tar.bz2 hercules-4194f0ad5d47640dc0a26c48b070759b354424a7.tar.xz hercules-4194f0ad5d47640dc0a26c48b070759b354424a7.zip |
Add script and item for inventory expansion.
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 f03ac50f0..aa3cb23e8 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -226,6 +226,7 @@ "npc/other/turbo_track.txt", "npc/other/item_merge.txt", "npc/other/private_airship.txt", +"npc/other/inventory_expansion.txt", //================= Quests ================================================ // - Quests-Tutorials for basic classes (1st class quests) ------ |