diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 16:11:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 16:11:42 -0300 |
commit | 5a38d4cd1df53dffd2af1ce7f2ae6f5a634b7228 (patch) | |
tree | c1d45ffc8d048106c43454fe6ba00a65e8ea3190 /db/re | |
parent | 56b567c4f0545657f86286820cade0ba1f2afdc1 (diff) | |
download | serverdata-5a38d4cd1df53dffd2af1ce7f2ae6f5a634b7228.tar.gz serverdata-5a38d4cd1df53dffd2af1ce7f2ae6f5a634b7228.tar.bz2 serverdata-5a38d4cd1df53dffd2af1ce7f2ae6f5a634b7228.tar.xz serverdata-5a38d4cd1df53dffd2af1ce7f2ae6f5a634b7228.zip |
Hungry Quirin Arena completly ported and adapted from TMW-BR v2 / TMW:Æ to TMW2.
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 3459baa34..19f33fb21 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1740,7 +1740,7 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, IronIngot, SaxsoKey, SilverGift; + setarray .@r, StrangeCoin, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, Coal, SilverGift; .@n=rand(getarraysize(.@r)); if (.@n > 0) |