diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-27 12:46:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-27 12:46:58 -0300 |
commit | 160540a57c2960718cfdd296cf07ef2aafc83d36 (patch) | |
tree | e88434f9a37ae1e73ed72e02de1f1c2172aa89fb /db/re | |
parent | b2b23ca21ce72241bedb47828d9823aec8478cfb (diff) | |
download | serverdata-160540a57c2960718cfdd296cf07ef2aafc83d36.tar.gz serverdata-160540a57c2960718cfdd296cf07ef2aafc83d36.tar.bz2 serverdata-160540a57c2960718cfdd296cf07ef2aafc83d36.tar.xz serverdata-160540a57c2960718cfdd296cf07ef2aafc83d36.zip |
MysteryFruit can be found on Prism gift boxes
Diffstat (limited to 'db/re')
-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 4a6a9ee97..da50661bb 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1784,7 +1784,7 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, StrangeCoin, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, FourLeafClover, MercBoxA, MercBoxB, GoldenGift, ThornAmmoBox, PoisonAmmoBox, PolishedDiamond, PolishedRuby, PolishedEmerald, PolishedSapphire, PolishedAmethyst, PolishedTopaz, SacredLifePotion, SacredManaPotion, AncientBlueprint, ArcmageBoxset; + setarray .@r, StrangeCoin, StrangeCoin, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, FourLeafClover, MercBoxA, MercBoxB, GoldenGift, ThornAmmoBox, PoisonAmmoBox, PolishedDiamond, PolishedRuby, PolishedEmerald, PolishedSapphire, PolishedAmethyst, PolishedTopaz, SacredLifePotion, SacredManaPotion, AncientBlueprint, ArcmageBoxset, MysteryFruit; .@n=rand(getarraysize(.@r)); if (.@n > 1) |