summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-26 13:17:21 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-26 13:17:21 -0300
commit193f2e06f0d0a35f84bc8903919da8a36260b1bc (patch)
treeb92db7b1ef0c0a2c63edc82b2543d5a397904b67 /db/re/item_db.conf
parent9b08ea68d943be9f08d3783ae1fd3c7b40776064 (diff)
downloadserverdata-193f2e06f0d0a35f84bc8903919da8a36260b1bc.tar.gz
serverdata-193f2e06f0d0a35f84bc8903919da8a36260b1bc.tar.bz2
serverdata-193f2e06f0d0a35f84bc8903919da8a36260b1bc.tar.xz
serverdata-193f2e06f0d0a35f84bc8903919da8a36260b1bc.zip
Remove Piou Feathers from Mysterious Bottle.
The bottle may now contain sea water instead. (makes more sense than bottling feathers)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index dce565104..7555c4f45 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2076,10 +2076,10 @@ 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, 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;
.@n=rand(getarraysize(.@r));
- if (.@n > 4)
+ if (.@n > 3)
getitem .@r[.@n], 1;
else
getitem .@r[.@n], rand(1,3);