diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:39:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:39:55 -0300 |
commit | 73e62402f81932dc7680af72a3ff069369db6ac8 (patch) | |
tree | 1d0e56a7fadae1ffee6968e45f198d5f1d27e250 | |
parent | d83d099240ea470f06901e8fc942206733670543 (diff) | |
download | serverdata-73e62402f81932dc7680af72a3ff069369db6ac8.tar.gz serverdata-73e62402f81932dc7680af72a3ff069369db6ac8.tar.bz2 serverdata-73e62402f81932dc7680af72a3ff069369db6ac8.tar.xz serverdata-73e62402f81932dc7680af72a3ff069369db6ac8.zip |
Leather Gloves is no longer dropped
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e901c2167..d08edc5a9 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3244,7 +3244,6 @@ mob_db: ( LeatherShirt: 200 Bone: 110 Bone: 100 - //LeatherGloves: 25 //BronzeSword: 10 SilverIngot: 3 TitaniumIngot: 1 @@ -3297,7 +3296,6 @@ mob_db: ( LeatherShirt: 200 Bone: 110 Bone: 100 - //LeatherGloves: 25 //BronzeSword: 10 SilverIngot: 3 TitaniumIngot: 1 @@ -5168,7 +5166,7 @@ mob_db: ( MountainSnakeEgg: 315 MountainSnakeEgg: 115 MountainSnakeSkin: 98 - LeatherGloves: 4 + LeatherPatch: 4 DivineApple: 1 } }, |