diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/map_zone_db.conf | 2 | ||||
-rw-r--r-- | db/re/map_zone_db.conf | 2 |
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 326921a48..558a168ce 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -59,7 +59,7 @@ zones: ( }, { /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ - /* However, it wont be applied to maps with its own zones (specified thru mapflag) */ + /* However, it wont be applied to maps with its own zones (specified through mapflag) */ name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */ disabled_skills: { diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index b9723a99b..71616c4d4 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -59,7 +59,7 @@ zones: ( }, { /* Normal zone is applied to all maps that are not pkable (where players cant fight each other) */ - /* However, it wont be applied to maps with its own zones (specified thru mapflag) */ + /* However, it wont be applied to maps with its own zones (specified through mapflag) */ name: "Normal" /* changing this name requires MAP_ZONE_NORMAL_NAME to also be changed in src/map/map.h file */ disabled_skills: { |