diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-16 21:48:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-16 21:48:45 -0300 |
commit | f0f4755ccf26576e601d4a55bee8ea24c82e42c2 (patch) | |
tree | 605bb77ce8eee4ae5285cf4f503100d65404dd88 /db/re | |
parent | 7f14d9882f44fb33089ed60ffda2ce9a8e5afdd9 (diff) | |
download | serverdata-f0f4755ccf26576e601d4a55bee8ea24c82e42c2.tar.gz serverdata-f0f4755ccf26576e601d4a55bee8ea24c82e42c2.tar.bz2 serverdata-f0f4755ccf26576e601d4a55bee8ea24c82e42c2.tar.xz serverdata-f0f4755ccf26576e601d4a55bee8ea24c82e42c2.zip |
Correct major bugs
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/map_zone_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_db.conf | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 4cf9d7448..1c215eca3 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -49,8 +49,8 @@ zones: ( disabled_commands: { //Example Below makes @heal be used in maps within this zone only by those group lv 70 and above //heal: 70 - accinfo: 100 - doom: 100 + accinfo: 100 + doom: 100 } skill_damage_cap: { //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage, diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 77b21ae3a..466d984ab 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5291,7 +5291,6 @@ mob_db: ( CottonCloth: 2000 CottonCloth: 500 CottonCloth: 50 - Jack'O Hat: 10 } }, ) |