diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-04-02 00:20:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-04-02 00:20:39 -0300 |
commit | ffb92151e9ea199dac132834842b9d65947b7385 (patch) | |
tree | 04f3ffbce06889d54868d08d606d63971ba7f71e | |
parent | 508d076bf08c91720e8bf03c4fe8304c01dab1aa (diff) | |
download | serverdata-ffb92151e9ea199dac132834842b9d65947b7385.tar.gz serverdata-ffb92151e9ea199dac132834842b9d65947b7385.tar.bz2 serverdata-ffb92151e9ea199dac132834842b9d65947b7385.tar.xz serverdata-ffb92151e9ea199dac132834842b9d65947b7385.zip |
Allow Mysterious Bottle to be empty, by MineGamer request
-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 da5042fb1..017739906 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1885,7 +1885,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, MushroomSpores, RattoTeeth, BottleOfSeaWater, SpellBookPage, SpellBookPage, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, CrazyRum, Pearl; + setarray .@r, StrangeCoin, SilkCocoon, MushroomSpores, RattoTeeth, BottleOfSeaWater, SpellBookPage, SpellBookPage, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, CrazyRum, Pearl, EmptyBottle; .@n=rand(getarraysize(.@r)); if (.@n > 3) |