diff options
author | Emistry Haoyan <Equinox1991@gmail.com> | 2017-08-28 01:12:06 +0800 |
---|---|---|
committer | Emistry Haoyan <Equinox1991@gmail.com> | 2017-10-22 00:15:06 +0800 |
commit | 2c2839c6cfb8e788115aa1858ddfbcf31ad3cd2c (patch) | |
tree | 8fc2bf5e0a3915d1adff34efc01517944acfc894 /src/map/map.h | |
parent | 7c2f6afe542bf42f1c527877bde082274c473f29 (diff) | |
download | hercules-2c2839c6cfb8e788115aa1858ddfbcf31ad3cd2c.tar.gz hercules-2c2839c6cfb8e788115aa1858ddfbcf31ad3cd2c.tar.bz2 hercules-2c2839c6cfb8e788115aa1858ddfbcf31ad3cd2c.tar.xz hercules-2c2839c6cfb8e788115aa1858ddfbcf31ad3cd2c.zip |
Add NoAutoloot mapflag
- Enable server to disable autoloot settings for certain maps.
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index d4284b3f7..3221c73cd 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -852,6 +852,7 @@ struct map_data { unsigned noknockback : 1; unsigned notomb : 1; unsigned nocashshop : 1; + unsigned noautoloot : 1; uint32 noviewid; ///< noviewid (bitmask - @see enum equip_pos) } flag; struct point save; |