diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-28 00:50:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-28 00:50:09 -0300 |
commit | ee2ec41a30c4575d037f20c0a9e2a4d642a08122 (patch) | |
tree | df4158589de81db5741775f0f01eac65b5de235d /db/re/item_db.conf | |
parent | d8370fe103747984ce941b30c10e6221ecd029c5 (diff) | |
download | serverdata-ee2ec41a30c4575d037f20c0a9e2a4d642a08122.tar.gz serverdata-ee2ec41a30c4575d037f20c0a9e2a4d642a08122.tar.bz2 serverdata-ee2ec41a30c4575d037f20c0a9e2a4d642a08122.tar.xz serverdata-ee2ec41a30c4575d037f20c0a9e2a4d642a08122.zip |
Handle rewards and fix a typo (untested)
Diffstat (limited to 'db/re/item_db.conf')
-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 20c0de9fd..dc3dbe4ae 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1720,7 +1720,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, MysteryFruit; + 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, MysteriousFruit; .@n=rand(getarraysize(.@r)); if (.@n > 1) |