diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-16 17:14:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-16 17:14:34 -0300 |
commit | 0af1415383233f1bf375043bae42db5e21f33568 (patch) | |
tree | f6b14edd5d9704ebac5f664c6f50cf0ae94fc57e | |
parent | ba9c13f8f3941f0a18b247a11ee34de66a28825e (diff) | |
download | serverdata-0af1415383233f1bf375043bae42db5e21f33568.tar.gz serverdata-0af1415383233f1bf375043bae42db5e21f33568.tar.bz2 serverdata-0af1415383233f1bf375043bae42db5e21f33568.tar.xz serverdata-0af1415383233f1bf375043bae42db5e21f33568.zip |
Prism Gift may now give an Arcmage Boxset, too
-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 1d3ec7a1d..657bfeb5c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1726,7 +1726,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; + 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, ArcmageBoxset; .@n=rand(getarraysize(.@r)); if (.@n > 1) |