diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-18 03:03:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-18 03:03:47 -0300 |
commit | 01422b2e536928f49b2734c11ef0e08225aebc75 (patch) | |
tree | 1e01350b9cb51e742955cc6e1d31ed1e15779428 /conf/map | |
parent | 0f3fcfab6619fa216af25688c91aee970d1fbf65 (diff) | |
download | serverdata-01422b2e536928f49b2734c11ef0e08225aebc75.tar.gz serverdata-01422b2e536928f49b2734c11ef0e08225aebc75.tar.bz2 serverdata-01422b2e536928f49b2734c11ef0e08225aebc75.tar.xz serverdata-01422b2e536928f49b2734c11ef0e08225aebc75.zip |
Our playe--clients, are now able to store up to 1200 items or so, thanks to the
PREMIUM and DELUXE storage options. Contact your local banker TODAY!
PS. Subject to credit analysis and reference validations.
Special taxes may apply. Contact the Mouboo Central Bank for details.
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/storage.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/map/storage.conf b/conf/map/storage.conf index f417040e7..089d23d14 100644 --- a/conf/map/storage.conf +++ b/conf/map/storage.conf @@ -59,4 +59,14 @@ storage_conf: ( Name: "Fortress Storage" Capacity: 10 }, +{ + Id: 4 + Name: "Premium Storage" + Capacity: 300 +}, +{ + Id: 5 + Name: "Deluxe Storage" + Capacity: 500 +}, ) |