summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-21 14:38:00 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-21 14:38:00 -0300
commit65013c27b8d68d38584333c21cfb9b9592e88e3b (patch)
treedd944f31ac27e7383301a5d964d5ad37293a18cb /db/re/item_db.conf
parentca73ffea6ff16fa29a1821ad4e8e273ea0052bc6 (diff)
downloadserverdata-65013c27b8d68d38584333c21cfb9b9592e88e3b.tar.gz
serverdata-65013c27b8d68d38584333c21cfb9b9592e88e3b.tar.bz2
serverdata-65013c27b8d68d38584333c21cfb9b9592e88e3b.tar.xz
serverdata-65013c27b8d68d38584333c21cfb9b9592e88e3b.zip
Fix reversed formula in Acorn
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 1ebcc0918..a8c6ee5c5 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -186,7 +186,7 @@ item_db: (
Script: <"
if (@useType == 1) {
if (!getmapxy(.@map$, .@x, .@y, 0)) {
- if (rand(1,10) == 3)
+ if (rand(1,10) != 3)
monster(.@map$, .@x, .@y, l("Oak"), 1017, 1);
else
monster(.@map$, .@x, .@y, l("Not An Oak"), SpringSquirrel, 1);