diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/map_zone_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index ea995b712..96dbd0c7a 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -47,8 +47,8 @@ zones: ( skill_damage_cap: { //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage, // (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h) - // to players and monsters. - //MG_FIREBOLT: (50,"PLAYER | MONSTER") + // when cast vs players and monsters. + //MG_COLDBOLT: (50,"PLAYER | MONSTER") } }, { |