summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorFlipp <mysteriousragnarok@hotmail.com>2017-03-04 09:32:59 -0500
committerGitHub <noreply@github.com>2017-03-04 09:32:59 -0500
commit6eed96bc4680697c991b3884a911bd2b4ab1ea0e (patch)
treeb21e62b2297e54cea1124d08267a750affa676ac /db
parentf2bff05d6769b53082e5ece7796ff860f3f8dcf4 (diff)
downloadhercules-6eed96bc4680697c991b3884a911bd2b4ab1ea0e.tar.gz
hercules-6eed96bc4680697c991b3884a911bd2b4ab1ea0e.tar.bz2
hercules-6eed96bc4680697c991b3884a911bd2b4ab1ea0e.tar.xz
hercules-6eed96bc4680697c991b3884a911bd2b4ab1ea0e.zip
Fixed some spelling (#1599)
* Change spelling in map_zone_db
Diffstat (limited to 'db')
-rw-r--r--db/pre-re/map_zone_db.conf2
-rw-r--r--db/re/map_zone_db.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf
index cab00bbb9..a3d465c0a 100644
--- a/db/pre-re/map_zone_db.conf
+++ b/db/pre-re/map_zone_db.conf
@@ -66,7 +66,7 @@ zones: (
//heal: 70
}
skill_damage_cap: {
- //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage,
+ //Example Below caps Cold Bolt damage in maps within this zone to a maximum 50 damage,
// (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h)
// when cast vs players and monsters.
//MG_COLDBOLT: (50,"PLAYER | MONSTER")
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf
index 282a85abb..1dd4315b6 100644
--- a/db/re/map_zone_db.conf
+++ b/db/re/map_zone_db.conf
@@ -66,7 +66,7 @@ zones: (
//heal: 70
}
skill_damage_cap: {
- //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage,
+ //Example Below caps Cold Bolt damage in maps within this zone to a maximum 50 damage,
// (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h)
// when cast vs players and monsters.
//MG_COLDBOLT: (50,"PLAYER | MONSTER")