diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-22 19:07:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-22 19:07:32 -0300 |
commit | 72ce9115e137b7cbe2148e083e2c40f7f7e58021 (patch) | |
tree | 4d4585b42129459752696382ce112fd5e8b8d3bf /world | |
parent | 599853320df209abec45e2cd22b0871c30c1b935 (diff) | |
download | serverdata-72ce9115e137b7cbe2148e083e2c40f7f7e58021.tar.gz serverdata-72ce9115e137b7cbe2148e083e2c40f7f7e58021.tar.bz2 serverdata-72ce9115e137b7cbe2148e083e2c40f7f7e58021.tar.xz serverdata-72ce9115e137b7cbe2148e083e2c40f7f7e58021.zip |
Fix skull to drop skull (d'oh)
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/mob_db.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index c0a6664a..8a54b980 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -1752,8 +1752,9 @@ mob_db: ( MutationCount: 2 MutationStrength: 30 Drops: { - DarkCrystal: 1000 PileOfAsh: 5000 + DarkCrystal: 1000 + Skull: 500 } }, { @@ -1799,6 +1800,7 @@ mob_db: ( MutationStrength: 20 Drops: { DarkCrystal: 1000 + Skull: 500 } }, { |