diff options
author | Hercules.ws <dev@herc.ws> | 2019-06-01 16:04:16 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2019-06-01 16:04:16 +0200 |
commit | 9154e3c3cde864e7c08f6df3cda28772e268f2e6 (patch) | |
tree | 8006127810804293b78d7ea5c1ed2b983cd85fc9 /doc | |
parent | 04509358343beb64bc3c6b79a35cf03899370f1a (diff) | |
download | hercules-9154e3c3cde864e7c08f6df3cda28772e268f2e6.tar.gz hercules-9154e3c3cde864e7c08f6df3cda28772e268f2e6.tar.bz2 hercules-9154e3c3cde864e7c08f6df3cda28772e268f2e6.tar.xz hercules-9154e3c3cde864e7c08f6df3cda28772e268f2e6.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 5a670063b..835b49036 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3934,6 +3934,7 @@ - `MAX_MENU_LENGTH`: 2048 - `MOB_CLONE_START`: 4001 - `MOB_CLONE_END`: 5000 +- `MAX_NPC_PER_MAP`: 512 ### status options @@ -4201,6 +4202,7 @@ - `MAPINFO_SIZE_X`: 2 - `MAPINFO_SIZE_Y`: 3 - `MAPINFO_ZONE`: 4 +- `MAPINFO_NPC_COUNT`: 5 ### consolemes options |