diff options
-rw-r--r-- | db/re/mob_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9f3e98ca3..d172fb3ed 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -535,9 +535,10 @@ mob_db: ( AttackMotion: 1672 DamageMotion: 100 Drops: { - PiouFeathers: 3700 - PiouLegs: 4000 + PiouLegs: 10000 + PiouFeathers: 8700 EasterEgg: 3000 + GoldenApple: 100 } }, { @@ -1239,8 +1240,8 @@ mob_db: ( AttackMotion: 472 DamageMotion: 200 Drops: { - DemonicSkull: 100 SpectralOrb: 2000 + DemonicSkull: 100 } }, { @@ -7104,7 +7105,6 @@ mob_db: ( Looter: true Aggressive: true Assist: true - Boss: true CanAttack: true ChangeTargetMelee: true ChangeChase: true |