diff options
author | Hercules.ws <dev@herc.ws> | 2016-08-29 01:08:06 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2016-08-29 01:08:06 +0200 |
commit | 0f1d03f505fdc03533122db8ba19fa55f64f11b7 (patch) | |
tree | 9c39e2a95f36265eca18390aed47dcb5055f56b1 /doc/constants.md | |
parent | b2977e4f71128fa8764ce65ebe942b6806cffa1e (diff) | |
download | hercules-0f1d03f505fdc03533122db8ba19fa55f64f11b7.tar.gz hercules-0f1d03f505fdc03533122db8ba19fa55f64f11b7.tar.bz2 hercules-0f1d03f505fdc03533122db8ba19fa55f64f11b7.tar.xz hercules-0f1d03f505fdc03533122db8ba19fa55f64f11b7.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc/constants.md')
-rw-r--r-- | doc/constants.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 0651c7b2a..89d4969c0 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3563,6 +3563,14 @@ - `PC_GUILD`: 2 - `PC_MAP`: 3 +### strnpcinfo + +- `NPC_NAME`: 0 +- `NPC_NAME_VISIBLE`: 1 +- `NPC_NAME_HIDDEN`: 2 +- `NPC_NAME_UNIQUE`: 3 +- `NPC_MAP`: 4 + ### sc_start - `SCFLAG_NONE`: 0 |