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 /db | |
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 '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 dd280612c..27125bf71 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 |