diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-26 13:15:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-26 13:15:57 -0300 |
commit | 9b08ea68d943be9f08d3783ae1fd3c7b40776064 (patch) | |
tree | 29a62b69d221fc73df9d5e24ac3e8f4565d2a18f | |
parent | 09bb56c253ec6cf7a18b76883a5c9eef22d92e8b (diff) | |
download | serverdata-9b08ea68d943be9f08d3783ae1fd3c7b40776064.tar.gz serverdata-9b08ea68d943be9f08d3783ae1fd3c7b40776064.tar.bz2 serverdata-9b08ea68d943be9f08d3783ae1fd3c7b40776064.tar.xz serverdata-9b08ea68d943be9f08d3783ae1fd3c7b40776064.zip |
Remove Pile Of Ash from Mysterious Bottle. Add CrazyRum on it.
-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 f02fdc50e..dce565104 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2076,7 +2076,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, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, PileOfAsh, Pearl; + setarray .@r, StrangeCoin, SilkCocoon, PiouFeathers, RattoTeeth, MushroomSpores, SpellBookPage, SpellBookPage, AncientBlueprint, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, CrazyRum, Pearl; .@n=rand(getarraysize(.@r)); if (.@n > 4) |