summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-04-02 00:20:39 -0300
committerJesusaves <cpntb1@ymail.com>2024-04-02 00:20:39 -0300
commitffb92151e9ea199dac132834842b9d65947b7385 (patch)
tree04f3ffbce06889d54868d08d606d63971ba7f71e /db
parent508d076bf08c91720e8bf03c4fe8304c01dab1aa (diff)
downloadserverdata-ffb92151e9ea199dac132834842b9d65947b7385.tar.gz
serverdata-ffb92151e9ea199dac132834842b9d65947b7385.tar.bz2
serverdata-ffb92151e9ea199dac132834842b9d65947b7385.tar.xz
serverdata-ffb92151e9ea199dac132834842b9d65947b7385.zip
Allow Mysterious Bottle to be empty, by MineGamer request
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf2
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)