diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-18 19:17:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-18 19:17:07 -0300 |
commit | 04ceaa2652e89798b97f78d042938e6815867ab4 (patch) | |
tree | 4181e3a2f8b3caea3adc46b398514d030f48a9aa /db | |
parent | c8bda1c414bb7fe3d2ab8548aeb393130893c46a (diff) | |
download | serverdata-04ceaa2652e89798b97f78d042938e6815867ab4.tar.gz serverdata-04ceaa2652e89798b97f78d042938e6815867ab4.tar.bz2 serverdata-04ceaa2652e89798b97f78d042938e6815867ab4.tar.xz serverdata-04ceaa2652e89798b97f78d042938e6815867ab4.zip |
Mysterious Bottle doesn't have Cheese anymore - replaced with Ancient Blueprint
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 c136b7082..4c4b6a2cf 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2020,7 +2020,7 @@ item_db: ( Refine: false Script: <" // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 - setarray .@r, StrangeCoin, SilkCocoon, PiouFeathers, RattoTeeth, MushroomSpores, SpellBookPage, SpellBookPage, Cheese, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, PileOfAsh, Pearl; + setarray .@r, StrangeCoin, SilkCocoon, PiouFeathers, RattoTeeth, MushroomSpores, SpellBookPage, SpellBookPage, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, PileOfAsh, Pearl; .@n=rand(getarraysize(.@r)); if (.@n > 4) |