diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 3 | ||||
-rw-r--r-- | db/re/mob_db.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d0d1c7beb..472778ffd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4035,9 +4035,8 @@ item_db: ( Type: "IT_ETC" Buy: 50 Sell: 10 - Weight: 10 + Weight: 7 Refine: false - ViewSprite: 776 }, { Id: 777 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index adbb32fb1..a0e256c1b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -810,6 +810,7 @@ mob_db: ( RedApple: 350 ChocolateBar: 290 CasinoCoins: 250 + ReedBundle: 200 MoubooSteak: 200 ChocolateMouboo: 100 MoubooHat: 1 @@ -980,6 +981,7 @@ mob_db: ( CanAttack:false } Drops: { + ReedBundle: 400 FourLeafClover: 2 } }, @@ -7624,6 +7626,7 @@ mob_db: ( DamageMotion: 200 Drops: { Milk: 200 + ReedBundle: 100 RedApple: 70 ChocolateBar: 58 CasinoCoins: 50 |