diff options
author | shennetsind <ind@henn.et> | 2013-04-10 22:48:23 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-10 22:48:23 -0300 |
commit | 6cac0cccb956f34b7f1b8626e21a561bf168cffd (patch) | |
tree | a9b5e2f18c9a8d7f9950a82e24a33a78eda7ed6e /db/re | |
parent | 2b2b18938fe528f9999fb1674ed750c10f9c9880 (diff) | |
download | hercules-6cac0cccb956f34b7f1b8626e21a561bf168cffd.tar.gz hercules-6cac0cccb956f34b7f1b8626e21a561bf168cffd.tar.bz2 hercules-6cac0cccb956f34b7f1b8626e21a561bf168cffd.tar.xz hercules-6cac0cccb956f34b7f1b8626e21a561bf168cffd.zip |
Fixed Bug #7155
wrong comment in map_zone_db.conf files
http://hercules.ws/board/tracker/issue-7155-strange-wonky-stuff-with-map-zone-skill-stuff/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/map_zone_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 4ea5eebb4..36689ac57 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -78,7 +78,7 @@ zones: ( "short_damage_rate 80" ) }, { - /* GvG zone is applied to all maps with a pvp mapflag */ + /* GvG zone is applied to all maps with a gvg mapflag */ name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */ disabled_skills: { |