diff options
author | Haru <haru@dotalux.com> | 2017-10-21 19:32:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 19:32:06 +0200 |
commit | 58fdbea3d60eea1e6fcbc0dfcaddb85c7c3f1486 (patch) | |
tree | 8fafcb8a121e18217c6e50da66c72ca06795b09f /db | |
parent | 10acab2a7742f1257777c9b6e0d900d2729b9839 (diff) | |
parent | 2c2839c6cfb8e788115aa1858ddfbcf31ad3cd2c (diff) | |
download | hercules-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 'db')
-rw-r--r-- | db/constants.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index bc06eed72..0015646dd 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -426,7 +426,8 @@ constants_db: { mf_reset: 52 mf_notomb: 53 mf_nocashshop: 54 - mf_noviewid: 55 + mf_noautoloot: 55 + mf_noviewid: 56 comment__: "Cell Properties" cell_walkable: 0 |