summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-20 09:22:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-20 09:22:37 -0300
commit41bd00a4e1e2ce2d6c9e89058a98215689ec561b (patch)
treeef81981b08d5faa643dd76f8f84df3b93f283a51 /db/re/item_db.conf
parent06cd3aab9def1150f2a4f15cf4690671e8590828 (diff)
downloadserverdata-41bd00a4e1e2ce2d6c9e89058a98215689ec561b.tar.gz
serverdata-41bd00a4e1e2ce2d6c9e89058a98215689ec561b.tar.bz2
serverdata-41bd00a4e1e2ce2d6c9e89058a98215689ec561b.tar.xz
serverdata-41bd00a4e1e2ce2d6c9e89058a98215689ec561b.zip
I forgot I can't use any() on item db...
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index cc08de22b..ee688a980 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -189,7 +189,7 @@ item_db: (
if (rand(1,10) == 3)
monster(.@map$, .@x, .@y, l("Oak"), 1017, 1);
else
- monster(.@map$, .@x, .@y, l("Not An Oak"), any(Squirrel, SpringSquirrel), 1);
+ monster(.@map$, .@x, .@y, l("Not An Oak"), SpringSquirrel, 1);
}
} else {
@min = 15;