diff options
author | Reid <reidyaro@gmail.com> | 2015-10-27 09:17:18 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:48:44 +0100 |
commit | 12d7a2ebfa9853e5a2a33f47821641681fe108b7 (patch) | |
tree | 407ee24abc36058590fddb0e89ca4b8f97dcc082 /db | |
parent | f9883fab07d8ff7202c0fd3bae6b1931ed119b3a (diff) | |
download | serverdata-12d7a2ebfa9853e5a2a33f47821641681fe108b7.tar.gz serverdata-12d7a2ebfa9853e5a2a33f47821641681fe108b7.tar.bz2 serverdata-12d7a2ebfa9853e5a2a33f47821641681fe108b7.tar.xz serverdata-12d7a2ebfa9853e5a2a33f47821641681fe108b7.zip |
Change drop value of the pumpkin to 100%, it was over 900.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c9c5b363..2dfaa46b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -857,7 +857,7 @@ mob_db: ( DamageMotion: 270 MvpExp: 0 Drops: { - Pumpkin: 90000 + Pumpkin: 10000 } }, ) |