diff options
author | Hercules.ws <dev@herc.ws> | 2020-03-08 16:12:23 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2020-03-08 16:12:23 +0100 |
commit | f1ad12235f4d8a3c552d66f231225eeb9186572c (patch) | |
tree | c1e4d523a9f79dfda94b00700a9ab173dc08ac7b /doc | |
parent | 020e5f3ea35cb87c243b288c7f45de5aa325e2d3 (diff) | |
download | hercules-f1ad12235f4d8a3c552d66f231225eeb9186572c.tar.gz hercules-f1ad12235f4d8a3c552d66f231225eeb9186572c.tar.bz2 hercules-f1ad12235f4d8a3c552d66f231225eeb9186572c.tar.xz hercules-f1ad12235f4d8a3c552d66f231225eeb9186572c.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-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 d65a6bfb4..d8cc9f9f3 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -5256,6 +5256,14 @@ - `ISF_INSTANTCAST`: 2 - `ISF_CASTONSELF`: 4 +### Item Bound Types + +- `IBT_ANY`: 0 +- `IBT_ACCOUNT`: 1 +- `IBT_GUILD`: 2 +- `IBT_PARTY`: 3 +- `IBT_CHARACTER`: 4 + ### Renewal - `RENEWAL`: 1 |