diff options
author | Hercules.ws <dev@herc.ws> | 2020-05-03 22:55:58 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2020-05-03 22:55:58 +0200 |
commit | 3c2f45277b98a8af6b3f2bce8b98f291092598b1 (patch) | |
tree | e328508ea091ea36e16ba219833b9d6e1a2afa38 | |
parent | 49018459685aab41de305be38f92cb0d848dd115 (diff) | |
download | hercules-3c2f45277b98a8af6b3f2bce8b98f291092598b1.tar.gz hercules-3c2f45277b98a8af6b3f2bce8b98f291092598b1.tar.bz2 hercules-3c2f45277b98a8af6b3f2bce8b98f291092598b1.tar.xz hercules-3c2f45277b98a8af6b3f2bce8b98f291092598b1.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index e474d2134..1bd6c79d5 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -5105,6 +5105,12 @@ - `MST_AROUND4`: 12 - `MST_AROUND`: 12 +### Monster group constants + +- `ALL_MOBS_NONBOSS`: -1 +- `ALL_MOBS_BOSS`: -2 +- `ALL_MOBS`: -3 + ### pc block constants, use with *setpcblock* and *checkpcblock* - `PCBLOCK_NONE`: 0 |