diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-09-04 20:32:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-09-04 20:32:25 -0300 |
commit | 67e09ced7abb1c4945ccb486f7dc82e76f7ff076 (patch) | |
tree | bbc1593ddd3abaf1b0d946b77ede34bc5721171b /db | |
parent | 54c74bc7fd35d6f275aff596e83fc56ac7c5dd31 (diff) | |
download | serverdata-67e09ced7abb1c4945ccb486f7dc82e76f7ff076.tar.gz serverdata-67e09ced7abb1c4945ccb486f7dc82e76f7ff076.tar.bz2 serverdata-67e09ced7abb1c4945ccb486f7dc82e76f7ff076.tar.xz serverdata-67e09ced7abb1c4945ccb486f7dc82e76f7ff076.zip |
Jesusaves' Grimorium can now be stored
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3b4cdfc9f..e90e3fd93 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -776,7 +776,7 @@ item_db: ( nodrop: true nocart: true noselltonpc: true - nostorage: true + nostorage: false nogstorage: true nomail: true noauction: true |