summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-02 14:19:56 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-02 14:19:56 +0000
commitd90b2e20d916b9539060dcdb33d13bb41aa1bb89 (patch)
treef6779bc22680926c01a73fb2e69d74f0d2991452 /src/map/map.h
parentc465de040071d547c25af3856683d3a137832e8e (diff)
downloadhercules-d90b2e20d916b9539060dcdb33d13bb41aa1bb89.tar.gz
hercules-d90b2e20d916b9539060dcdb33d13bb41aa1bb89.tar.bz2
hercules-d90b2e20d916b9539060dcdb33d13bb41aa1bb89.tar.xz
hercules-d90b2e20d916b9539060dcdb33d13bb41aa1bb89.zip
- Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off both noexppenalty and nozenypenalty now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8915 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index d855f2d53..2448cf767 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1084,7 +1084,7 @@ struct map_data {
unsigned monster_noteleport : 1;
unsigned nosave : 1;
unsigned nobranch : 1;
- unsigned nopenalty : 1;
+ unsigned noexppenalty : 1;
unsigned pvp : 1;
unsigned pvp_noparty : 1;
unsigned pvp_noguild : 1;