diff options
author | Hercules.ws <dev@herc.ws> | 2016-10-16 14:21:52 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2016-10-16 14:21:52 +0200 |
commit | 9805dcccbb3f8e5d400d4976486a6b41edfc1af0 (patch) | |
tree | 03578d10b100f8e9f601afb319cc1d918fa8e0c8 | |
parent | 8f9420a25e3e6b3abe51609127caa4d9342fddd9 (diff) | |
download | hercules-9805dcccbb3f8e5d400d4976486a6b41edfc1af0.tar.gz hercules-9805dcccbb3f8e5d400d4976486a6b41edfc1af0.tar.bz2 hercules-9805dcccbb3f8e5d400d4976486a6b41edfc1af0.tar.xz hercules-9805dcccbb3f8e5d400d4976486a6b41edfc1af0.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-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 b6c6d44f5..7bfcede27 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3571,6 +3571,14 @@ - `NPC_NAME_UNIQUE`: 3 - `NPC_MAP`: 4 +### getcharid + +- `CHAR_ID_CHAR`: 0 +- `CHAR_ID_PARTY`: 1 +- `CHAR_ID_GUILD`: 2 +- `CHAR_ID_ACCOUNT`: 3 +- `CHAR_ID_BG`: 4 + ### sc_start - `SCFLAG_NONE`: 0 |