diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 3 |
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). |