diff options
author | Hercules.ws <dev@herc.ws> | 2020-02-10 01:36:29 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2020-02-10 01:36:29 +0100 |
commit | 38df067b0348e15f4344bcc3f29f546674aa3ca8 (patch) | |
tree | 5255e0e225c100e7d64602ddec54c8bf82c92fe0 /doc | |
parent | f7005687ac826ecf6053bbc670aa1f54dc32e826 (diff) | |
download | hercules-38df067b0348e15f4344bcc3f29f546674aa3ca8.tar.gz hercules-38df067b0348e15f4344bcc3f29f546674aa3ca8.tar.bz2 hercules-38df067b0348e15f4344bcc3f29f546674aa3ca8.tar.xz hercules-38df067b0348e15f4344bcc3f29f546674aa3ca8.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index c818355d8..577517a2a 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -5249,6 +5249,13 @@ - `MADO_ROBOT`: 0 - `MADO_SUITE`: 2 +### itemskill option flags + +- `ISF_NONE`: 0 +- `ISF_IGNORECONDITIONS`: 1 +- `ISF_INSTANTCAST`: 2 +- `ISF_CASTONSELF`: 4 + ### Renewal - `RENEWAL`: 1 |