summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;