diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:41:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:41:33 -0300 |
commit | 9d0101ae73687f089cfc3b773abedbbfa2ae2c64 (patch) | |
tree | f7adb7a447d36341c17506c35179bec2cf5310b3 | |
parent | 05631b5c833c2e345ce29552ce0750f2f4e18e9a (diff) | |
download | serverdata-9d0101ae73687f089cfc3b773abedbbfa2ae2c64.tar.gz serverdata-9d0101ae73687f089cfc3b773abedbbfa2ae2c64.tar.bz2 serverdata-9d0101ae73687f089cfc3b773abedbbfa2ae2c64.tar.xz serverdata-9d0101ae73687f089cfc3b773abedbbfa2ae2c64.zip |
Short Bow is no longer dropped
-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 1b236f6d0..c73f2ed48 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2910,7 +2910,7 @@ mob_db: ( RedScorpionClaw: 170 LeatherShirt: 50 FancyHat: 26 - ShortBow: 12 + Root: 22 } }, { @@ -5493,7 +5493,7 @@ mob_db: ( BugLeg: 420 ChocolateBar: 90 FancyHat: 26 - ShortBow: 11 + Root: 22 } }, { @@ -6305,7 +6305,7 @@ mob_db: ( CoinBag: 500 RedApple: 300 Lockpicks: 80 - ShortBow: 6 + WoodenLog: 12 GoldPieces: 4 BanditPants: 1 } @@ -6356,7 +6356,7 @@ mob_db: ( CasinoCoins: 550 CoinBag: 500 RedApple: 300 - ShortBow: 60 + WoodenLog: 120 GoldPieces: 4 BanditPants: 4 } |