diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 11:54:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 11:54:37 -0300 |
commit | c9329195e100b7895bdbff17fcf8e70a71945cd0 (patch) | |
tree | cf666cb73e41abb79dee2bd6e8140c37ee5f67bd /db/re/mob_db.conf | |
parent | 0daaf26c0b843192de24b80a0f2e1244c3f5c88d (diff) | |
download | serverdata-c9329195e100b7895bdbff17fcf8e70a71945cd0.tar.gz serverdata-c9329195e100b7895bdbff17fcf8e70a71945cd0.tar.bz2 serverdata-c9329195e100b7895bdbff17fcf8e70a71945cd0.tar.xz serverdata-c9329195e100b7895bdbff17fcf8e70a71945cd0.zip |
Fix Monster King Drops and skill usage priority
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 62f644636..f1173f2c0 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7408,6 +7408,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 200 Drops: { + IridiumOre: 3000 + PlatinumOre: 2000 + GoldenApple: 2000 DivineApple: 1000 } }, |