summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-02 20:38:36 -0300
committershennetsind <ind@henn.et>2013-04-02 20:38:36 -0300
commit98b26ebbe6b4df336cfccc38821b7a52d5980d01 (patch)
tree7a2bd4150ad36a5e2475a8e63a254b27a6ec72bc /src/map/map.h
parent18e72749f736e05a7a40b25383faa5c9d12f815e (diff)
downloadhercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.gz
hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.bz2
hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.xz
hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.zip
Introducing New/Official mapflag: invincible_time_inc
Used officially in gvg maps (Implemented under GvG zone) Special Thanks to Muad_Dib! Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 7af3a184c..148c4ac0f 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -624,6 +624,9 @@ struct map_data {
/* Hercules Local Chat */
struct hChSysCh *channel;
+
+ /* invincible_time_inc mapflag */
+ unsigned int invincible_time_inc;
};
/// Stores information about a remote map (for multi-mapserver setups).