diff options
author | Hercules.ws <dev@herc.ws> | 2018-07-24 05:25:00 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-07-24 05:25:00 +0200 |
commit | 504ad2ca7d6ef4923093f74ac2afd5fc1bd39fd1 (patch) | |
tree | cb588676a47c3dc3baf9b51f65076dea59c90205 | |
parent | 0c6a7a0539fa56c722d820fae9ed486c36f9ab78 (diff) | |
download | hercules-504ad2ca7d6ef4923093f74ac2afd5fc1bd39fd1.tar.gz hercules-504ad2ca7d6ef4923093f74ac2afd5fc1bd39fd1.tar.bz2 hercules-504ad2ca7d6ef4923093f74ac2afd5fc1bd39fd1.tar.xz hercules-504ad2ca7d6ef4923093f74ac2afd5fc1bd39fd1.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 8fe1e38c5..000e58ebe 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4242,6 +4242,17 @@ - `P_AIRSHIP_ITEM_NOT_ENOUGH`: 4 - `P_AIRSHIP_ITEM_INVALID`: 5 +### questinfo types + +- `QINFO_JOB`: 0 +- `QINFO_SEX`: 1 +- `QINFO_BASE_LEVEL`: 2 +- `QINFO_JOB_LEVEL`: 3 +- `QINFO_ITEM`: 4 +- `QINFO_HOMUN_LEVEL`: 5 +- `QINFO_HOMUN_TYPE`: 6 +- `QINFO_QUEST`: 7 + ### Renewal - `RENEWAL`: 1 |