summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-10-21 19:32:06 +0200
committerGitHub <noreply@github.com>2017-10-21 19:32:06 +0200
commit58fdbea3d60eea1e6fcbc0dfcaddb85c7c3f1486 (patch)
tree8fafcb8a121e18217c6e50da66c72ca06795b09f /src/map/map.h
parent10acab2a7742f1257777c9b6e0d900d2729b9839 (diff)
parent2c2839c6cfb8e788115aa1858ddfbcf31ad3cd2c (diff)
downloadhercules-58fdbea3d60eea1e6fcbc0dfcaddb85c7c3f1486.tar.gz
hercules-58fdbea3d60eea1e6fcbc0dfcaddb85c7c3f1486.tar.bz2
hercules-58fdbea3d60eea1e6fcbc0dfcaddb85c7c3f1486.tar.xz
hercules-58fdbea3d60eea1e6fcbc0dfcaddb85c7c3f1486.zip
Merge pull request #1833 from Emistry/mapflag_noautoloot
Add NoAutoloot mapflag
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
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;