diff options
author | Emistry Haoyan <Equinox1991@gmail.com> | 2016-08-31 02:49:04 +0800 |
---|---|---|
committer | Emistry Haoyan <Equinox1991@gmail.com> | 2016-08-31 02:49:04 +0800 |
commit | 99a36a426b7d2adb6a0f417e02e92366939e5d22 (patch) | |
tree | 74a0fef908f373c3c6674821a150e866a2afb4c3 /doc/constants.md | |
parent | ac6fd81810e6afb1ef60e7f2c7f8fc6e03408724 (diff) | |
parent | 0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff) | |
download | hercules-99a36a426b7d2adb6a0f417e02e92366939e5d22.tar.gz hercules-99a36a426b7d2adb6a0f417e02e92366939e5d22.tar.bz2 hercules-99a36a426b7d2adb6a0f417e02e92366939e5d22.tar.xz hercules-99a36a426b7d2adb6a0f417e02e92366939e5d22.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules into scriptcommand_makeitem2
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 |