diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-19 14:36:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-19 14:36:08 -0300 |
commit | 4a64493415aad4c02829aaeef365b1dab1589358 (patch) | |
tree | aac524a32265df99de58b1929064f73bb375870d | |
parent | cd68cc2d8f4e4c3a97522ada0f6a9e7115688be4 (diff) | |
download | serverdata-4a64493415aad4c02829aaeef365b1dab1589358.tar.gz serverdata-4a64493415aad4c02829aaeef365b1dab1589358.tar.bz2 serverdata-4a64493415aad4c02829aaeef365b1dab1589358.tar.xz serverdata-4a64493415aad4c02829aaeef365b1dab1589358.zip |
Rewrite a bit MercBox ratios, why they don't total to 10000?
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a78b91ce3..7e644219c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12772,7 +12772,7 @@ item_db: ( noauction: true } Script: <" - callfunc "merc_boxset", 400, 1500, 5700, 7200, 800; + callfunc "merc_boxset", 400, 1600, 5800, 7200, 600; "> }, { @@ -12793,7 +12793,7 @@ item_db: ( noauction: true } Script: <" - callfunc "merc_boxset", 900, 5000, 5700, 3200, 800; + callfunc "merc_boxset", 1000, 5400, 5700, 3200, 300; "> }, { |